Viewing profile — Hasnep
Hasnep
HN member- Joined
- Sat, Aug 31, 2019, 2:59 PM UTC
- HN karma
- 892
- Public activity
- 316 items
- HN profile
- View on Hacker News ↗
About Hasnep
Recent public activity
-
comment
Comment #49068523
I think they missed a $ sign, i.e. they meant $100k of tokens
-
comment
Comment #48440458
Sorry who are you? Are you the author?
-
comment
Comment #48343824
I recently came across Annotation Mono which has less of the informality of Shantell Sans, but still has a handwritten feel. https://qwerasd205.github.io/AnnotationMono/
- story
-
comment
Comment #48011940
The LLM generated the words "production ready" so it must be true!
-
comment
Comment #47970890
I agree on the name, but to me the word community here is used to mean it's not run by a company.
-
comment
Comment #47970877
You probably can't name a project OpenWarp for the same reason you can't name a search engine OpenGoogle, even though it's a different name to the original. In this case, it's part…
-
comment
Comment #47907722
It's how you'd talk about a dog that you know the sex of, but if you didn't know you'd probably use "it". An LLM doesn't have a sex or gender, so I think the natural way to refer t…
-
comment
Comment #47871132
You're right, open source and free software are not the same thing, but software licenced under the MIT licence is still free software. Even the FSF describes the MIT licence as a …
-
comment
Comment #47871114
This seems to be a misunderstanding by the author, a licence doesn't have to be copyleft to be free software. Even the FSF describes the MIT licence as a free software licence (the…
-
comment
Comment #47711412
The point isn't that we should all speak like Chaucer, it's that singular they isn't a new thing within our lifetimes.
-
comment
Comment #47702909
[flagged]
-
comment
Comment #47702826
1. $0. 2. Probably close to 100%.
-
comment
Comment #47702792
I'm pretty sure they show it something like once a year, and it takes two seconds to close it, if you can't spare two seconds of your life every year for something you get for free…
-
comment
Comment #47702764
You won't donate because they will try not to discriminate when hiring? It's illegal to discriminate on things like race, sex and gender when hiring, so pretty much every company a…
-
comment
Comment #47647691
Spy ( https://github.com/spylang/spy ) is an early version of this kind of thing. I believe it compiles to C though, kinda like Nim. Actually speaking of Nim, that's probably the m…
-
comment
Comment #47538694
I hate Trump as much as the next guy but this feels like nitpicking. You're obviously right, but if you choose not to vote then you're implicitly approving of whatever outcome you …
-
comment
Comment #47488879
I'm trying out SelfCI [1] for one of my projects and it's similar to what you were describing. My whole CI pipeline is just a shell script that runs the actual build and test comma…
-
comment
Comment #47486038
I see your point about there being different ways to install a package, but I think I can clarify a bit by explaining how I use NixOS. If I'm running a package on a server that mea…
-
comment
Comment #47466290
Except a bunch of those diagrams are showing the wrong thing, but yeah, other than that it's good.
-
comment
Comment #47466264
Sure, and American table manners are the cause of rising fascism, there's a whole Wikipedia article on all their rules. [1] They're more worried about elbows on the table than the …
-
comment
Comment #47345007
There are no date, time or datetime types in JSON, so you'll have to serialise it to a string or an int anyway, and then when deserialising you'll need to identify explicitly which…
-
comment
Comment #47228531
I've thought about doing this as a joke ever since LLMs started being used for generating code, I even made something [1] adjacent to it for April fools last year. It's weird to se…
-
comment
Comment #47202577
If you can't access your account to upgrade it then I assume not
-
comment
Comment #47178314
There is also a section of Modern Julia Workflows [1] about optimisation that gives helpful, practical advice. [1] https://modernjuliaworkflows.org/optimizing/