Viewing profile — fleetfox
fleetfox
HN member- Joined
- Thu, Feb 07, 2013, 5:19 PM UTC
- HN karma
- 274
- Public activity
- 144 items
- HN profile
- View on Hacker News ↗
About fleetfox
No profile information was provided.
Recent public activity
-
comment
Comment #49109488
At that point this who submission should be auto filtered out since there are dozen of these and they are barely distinguishable except for couple of opinioned choices.
-
comment
Comment #48872165
It also feels much less magical when you see what people actually waste it on.
-
comment
Comment #47790789
And how exactly is your NATed ipv4 address better? This seems backwards.
-
comment
Comment #47423593
I can't really talk about Ruby. But PHP is much more static and surface of things you have to care about at runtime is like magnitude smaller and there already was opache as a star…
-
comment
Comment #47396591
Even for reducing the context size it's probably worth it. If you have to go back back and forth on both problem and implementation even with these new "large" contexts if find qua…
-
comment
Comment #47217789
Is it really complaining about quality of AI? The dangerous part is that slop will be harder to detect.
-
comment
Comment #44489990
https://github.com/oven-sh/bun/issues?q=is%3Aissue%20state%3...
-
comment
Comment #41318805
I was hoping this would be a satire
-
comment
Comment #41009190
If you are interested PEP703 describes the scenarios pretty well: https://peps.python.org/pep-0703/#motivation
-
comment
Comment #40141277
SQLAlchemy does. I get that DjangoORM is more convenient and might be good enough. But powerful seems like wrong adjective.
-
comment
Comment #40140964
In what way "most powerful"? If you do anything more involved than CRUD it falls apart pretty fast. You can't express most of the things you can do with raw SQL since there is not …
-
comment
Comment #39902827
Faster this, faster that. Is it finally segfault free? I've tried it like 3 times in span of last year with different projects only to find out it segfaults at runtime or when inst…
-
comment
Comment #37146215
There are many applications where htmlx is objectively the best tool. But i really hate all the hype around it and people pushing it as react replacement.
-
comment
Comment #36615696
Django is WSGI/ASGI framework not a webserver. What do they actually use to terminate HTTP?
-
comment
Comment #35264375
It's an attempt to solve "player readability". It's common complaint in CS:GO. Many pros play with color vibrance cranked in driver or monitor settings.
-
comment
Comment #34927708
What is the reason rust maintains llvm fork? I've looked at readme with no clear answer. Is it just convinience and turnaround time?
-
comment
Comment #34921605
I'm trying not to be a hater but really how is this: https://github.com/konstaui/konsta/blob/master/src/shared/cl... better than css or even css in js
-
comment
Comment #34109591
Metal API. I can not understand why they did not just go with Vulkan.
-
comment
Comment #30776593
Great power metrics but performance seems disappointing? 5600x is generation old mid range CPU.
-
comment
Comment #30162119
WebGPU is WebVulkan
-
comment
Comment #29890483
Hopefully it's closer to Kotlin or TypeScript
-
comment
Comment #29675030
Priecīgus Ziemassvētkus!
-
comment
Comment #29483909
When it comes to REST it's important to return correct response code. As to what comes in body is mostly convention and there are no standards. Here is an example for rest: https:/…
-
comment
Comment #29471444
Do you know if the ORM solution have the same `a` suffix for async interface? I really hope there is more elegant solution for all this.
-
comment
Comment #28576388
Interesting. What about web sockets?