Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nyc_pizzadev
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
nyc_pizzadev
21d ago
Not sure this home math is right. Usually home builders are profit seekers, so if they build in a neighborhood of 1MM homes, they will price aggressively against those comps and quality. Let’s say a home goes for half price, then those home
2.
▲
First class caching
(fiberfs.io)
2 points
by
nyc_pizzadev
1mo ago
|
1 comments
3.
▲
Assert(): A Modern How To
(fiberfs.io)
19 points
by
nyc_pizzadev
1mo ago
|
32 comments
4.
▲
by
nyc_pizzadev
2mo ago
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 is what finished th
5.
▲
Is FiberFS an AI Project?
(fiberfs.io)
3 points
by
nyc_pizzadev
2mo ago
|
0 comments
6.
▲
by
nyc_pizzadev
2mo ago
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.
7.
▲
FiberFS Technical Overview
(fiberfs.io)
4 points
by
nyc_pizzadev
3mo ago
|
0 comments
8.
▲
by
nyc_pizzadev
3mo ago
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/
9.
▲
by
nyc_pizzadev
3mo ago
Worth mentioning FiberFS: https://fiberfs.io/ I believe it just recently launched.
10.
▲
Announcing FiberFS
(fiberfs.io)
3 points
by
nyc_pizzadev
3mo ago
|
0 comments
11.
▲
by
nyc_pizzadev
3mo ago
Just a heads up, this is writing 16 bits for every 8 bits of input: https://github.com/philipl/pifs/blob/fded8bf7b8f4fc64233e37b...
12.
▲
by
nyc_pizzadev
3mo ago
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 profitability and all the other conditions are met, I’m happy
13.
▲
by
nyc_pizzadev
5mo ago
This one is wifi based, made for kids, it has a free plan, safety and security features. Pretty well put together.
14.
▲
by
nyc_pizzadev
5mo ago
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, not meant to be mobile.
15.
▲
by
nyc_pizzadev
5mo ago
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.
16.
▲
by
nyc_pizzadev
5mo ago
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. Anyway, I had zero trust in Squarespace, so I spent some tim
17.
▲
by
nyc_pizzadev
5mo ago
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, the top search box (labeled "Search titles and full tex
18.
▲
by
nyc_pizzadev
5mo ago
If you control the domain, LetsEncrypt will happily issue you a fresh certificate.
19.
▲
by
nyc_pizzadev
5mo ago
How realistic is for a TLD “owner” to take over a domain like this?
20.
▲
by
nyc_pizzadev
5mo ago
Random question, does cargo have a way to identify if a package uses unsafe Rust code?
21.
▲
by
nyc_pizzadev
5mo ago
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 systems.
22.
▲
by
nyc_pizzadev
6mo ago
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_compute()` What about: `(void) expensive_to_compute()`?
23.
▲
by
nyc_pizzadev
6mo ago
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/fiberfs/blob/7e79eaabbb180b0f
24.
▲
by
nyc_pizzadev
6mo ago
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 that triggered the assert is w
25.
▲
by
nyc_pizzadev
6mo ago
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 many different ways, has functionality gaps, no security, no t
26.
▲
by
nyc_pizzadev
9mo ago
Ya, I like when it’s automatically done on my featured photo, gives the phone a very 3D look and feel.
27.
▲
by
nyc_pizzadev
1y ago
It’s not in my opinion. Look how wide the bottom is, so the laptop will rest diagonally across the bag which makes it not ideal to carry or put other items inside. I’m all for the perfect laptop bag, this isn’t quite it.
28.
▲
by
nyc_pizzadev
1y ago
Google has been a hot mess for me lately. Ya, the AI is awful, numerous times I’m shown information that’s either inaccurate or straight false. It will summarize my emails wrong, it will mess up easy facts like what time my dinner reservati
29.
▲
by
nyc_pizzadev
1y ago
I got this ad, and ya, I was truly bewildered to get such an ad and then shocked that it came from my Wallet. I then spent the next hour searching how to disable this new marketing stream and it looks like nothing can be done. Anyway, glad
30.
▲
by
nyc_pizzadev
2y ago
So if you get less HTTP bytes than expected, then it’s a HTTP response error and you throw the whole thing away. For example, this sort of situation happens when streaming HTTP. The server first has to send the response headers, which would
More ›