Hacker Newsnew | past | comments | ask | show | jobs | submit | zem's commentslogin

on the other hand, having people you see regularly and exchange pleasantries with can change gymming from a lonely to a sociable experience.

huh, as a 50something saying yes to a text message is absolutely a firm commitment. if anything, is firmer than doing it over voice, because now you have both put something in writing.

i think the OP is sadly dead right - no one will remember you as the person who tried to save them from a mistake, they will remember you as a "source of negativity". the more senior they are they more likely this is, because they will think they know better and not hear what you are saying, merely that it was negative.

> When I write a blog post, I'm writing for an imagined reader who has arrived at this specific URL because they're interested in this specific topic

to me, this is the key point. it often gets conflated with whether the blog has "real time" readers who subscribe to the feed and read the articles as they come out, but I think there is real value in just having a blog engine be your static site generator and/or cms.


chicken scheme compiles to c as well. it's a pretty convenient compilation target, you get to use all the compilers and tool chains out there and you don't add a dependency on llvm

I love CHICKEN Scheme! Nice to see it mentioned. Though I think it's worth pointing out it compiles to something pretty far from handwritten C, to my understanding. I think this is true of both performance and semantics; for example you can return a pointer to a stack allocated struct from a foreign lambda (this is because chicken's generated C code here doesn't really "return", I think. Not an expert).

Of course you can always drop to manually written C yourself and it's still a fantastic language to interop with C. And CHICKEN 6 (still pre-release) improves upon that! E.g structs and Unions can be returned/passed directly by/to foreign functions, and the new CRUNCH extension/subset is supposed to compile to something quite a bit closer to handwritten C; there are even people experimenting with it on embedded devices.


Chicken indeed interoperates with C quite easily and productively. You're right that the generated C code is mostly incomprehensible to humans, but compiles without difficulty.

The Chicken C API has functions/macros that return values and those that don't return. The former include the fabulous embedded API (crunch is an altogether different beast) which I've used in "mixed language" programming to good effect. In such cases Scheme is rather like the essential "glue" that enables the parts written in other languages to work as a whole.

Of course becoming proficient in Scheme programming takes time and effort. I believe it's true that some brains have an affinity for Lispy languages while others don't. Fortunately, there are many ways to write programs to accomplish a given task.


> this is because chicken's generated C code here doesn't really "return", I think. Not an expert.

not an expert either, but you're right about that, it uses cps transformations so that functions never return. there's a nice write up here: https://wiki.call-cc.org/chicken-compilation-process#a-guide...


no dog in this fight, but do these really count as rugpulls if it was people hacking around api usage that anthropic hadn't actually been offering?

it was indeed

I don't think there is any correct incentive for "do unpaid labour for someone's proprietary model but please be diligent about it"

edit: ugh. it's even worse, lmarena itself is a proprietary system, so the users presumably don't even get the benefit of an open dataset out of all this


lots of fun! the fact that the walls spill over the square boundaries is very annoying though, i would love to have an option to just make a wall a filled in square without the 3d effect.

"mathematics can be fun" was one of my favourite books when I was a kid. I remember spending a lot of time on this particular puzzle, wrapping my head around the various rotational motions of something both rotating around its axis and orbiting something else. there was also the related puzzle of how many rotations a coin makes when rolling around another identical coin.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: