Viewing profile — nyc_pizzadev
nyc_pizzadev
HN member- Joined
- Fri, Nov 09, 2018, 2:55 PM UTC
- HN karma
- 357
- Public activity
- 122 items
- HN profile
- View on Hacker News ↗
About nyc_pizzadev
Recent public activity
- story
- story
-
comment
Comment #49140587
Interesting related article: https://www.theregister.com/ai-and-ml/2026/07/29/closed-mode... Looks like the AI models either refused to work or produced obvious garbage. "GLM-5.2 i…
- story
-
comment
Comment #48835518
You can totally run AGPL code as a service. You can run it as a service unmodified or if you modify it, you just need to make the source available.
- story
-
comment
Comment #48765199
I agree that most usecases are best suited just using S3 directly, but I would check this out if you want an S3 based filesystem: https://fiberfs.io/
-
comment
Comment #48764959
Worth mentioning FiberFS: https://fiberfs.io/ I believe it just recently launched.
- story
-
comment
Comment #48483550
Just a heads up, this is writing 16 bits for every 8 bits of input: https://github.com/philipl/pifs/blob/fded8bf7b8f4fc64233e37b...
-
comment
Comment #48411783
No, because AI is still unprofitable and could even be called a speculative venture given the crazy spending amounts. Let the speculators take the risk and reap the rewards. When p…
-
comment
Comment #47975558
This one is wifi based, made for kids, it has a free plan, safety and security features. Pretty well put together.
-
comment
Comment #47973209
Worth mentioning the Tin Can phone: https://tincan.kids/ All their batches are sold out, I guess it’s pretty popular. Interesting tidbit, it needs to be plugged in at all times, no…
-
comment
Comment #47962516
Social security is self funded and is actually a buyer of US debt. So there is no direct connection between social security shortfalls and US gross federal debt.
-
comment
Comment #47926840
I was in the Google Domain sold to Squarespace boat too. To this day, that sale makes zero sense, mind boggling they would offload such a critical part of consumer infrastructure. …
-
comment
Comment #47854591
Very nice. I actually spent a bit of time browsing a few topics, which is something I rarely do these days! A few things... when I click an article and try to jump to a new topic, …
-
comment
Comment #47721419
If you control the domain, LetsEncrypt will happily issue you a fresh certificate.
-
comment
Comment #47721133
How realistic is for a TLD “owner” to take over a domain like this?
-
comment
Comment #47720682
Random question, does cargo have a way to identify if a package uses unsafe Rust code?
-
comment
Comment #47681585
This is very close to its first official release: https://fiberfs.io/ Built in cache, CDN compatible, JSON metadata, concurrency safe and it targets all S3 compatible storage syste…
-
comment
Comment #47559185
Genuine question, does Rust know if `expensive_to_compute()` has side effects? There are no params, so could it be compiled out if the return value is ignored? Ex: `expensive_to_co…
-
comment
Comment #47556264
This is just a symptom of a bad assert() implementation, which funny enough is the standard. If you properly (void) it out, side effects are maintained. https://github.com/fiberfs/…
-
comment
Comment #47555680
The nice thing about assert() is you can just define your own: https://github.com/fiberfs/fiberfs/blob/7e79eaabbb180b0f1a79... In this case, the ability to see the actual values th…
- comment
-
comment
Comment #47503954
A friend of mine who is tech savvy and I would say has novice level coding experience decided to build his dream app. Its really been a disaster. The app is completely broken in ma…