Viewing profile — hiddendoom45
hiddendoom45
HN member- Joined
- Mon, Mar 06, 2023, 5:11 PM UTC
- HN karma
- 29
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About hiddendoom45
No profile information was provided.
Recent public activity
-
comment
Comment #48984169
There's Turso which is a sqlite rewrite in Rust with some additional features. It's open source so I'd imagine it would be in the training data.
-
comment
Comment #48675505
They did increase the base Ram for mac configurations in late 2024 from 8GB to 16GB. While it wasn't a strict price decrease it was an improvement to the base model. The 24GB m3 ai…
-
comment
Comment #47767622
I've personally had no major issues with syncthing, it just works in the background, the largest folder I have synced is ~6TB and 200k files which is mirroring a backup I have on a…
-
comment
Comment #47486835
It looks like that is based on the last recorded speed from flightradar24[1] which was 21kts(24mph). The previous data points were 11kts, and 58 kts(the last point before the track…
-
comment
Comment #47258882
The memory issue may not necessarily be from bad ram, it can also be due to configuration issues. Or rather it may be fixable with configuration changes. I had memory issues with m…
- comment
-
comment
Comment #46727872
I stumbled on the lock page myself when I was experimenting with writing a sqlite vfs. It's been years since I abandoned the project so I don't recall much including why I was usin…
-
comment
Comment #46337097
This shouldn't be a race condition, reads were done by taking a RLock() from a mutex in a struct with the map, and defer RUnlock(), writes were similar where a Lock() was taken on …
-
comment
Comment #46337058
That was probably done by fiber[1] the code specifically took the param from it in the function passed to the Get(path string, handlers ...Handler) Router function. c is the *fiber…
-
comment
Comment #46336750
I was burnt by the mutability of keys in go maps a few months ago, I'm not sure exactly how go handles it internally but it ended up with the map growing and duplicate keys in the …
-
comment
Comment #45722275
This is what I got from chatgpt while logged out. Prompt: summarize https://maurycyz.com/misc/the_cost_of_trash/ >I’m sorry, but I couldn’t locate a meaningful, readable article at…
-
comment
Comment #45312400
I just had deep blue play against stockfish since I wasn't that good at chess.
-
comment
Comment #45238873
From my own personal experience with an outline server running on the same IP over 3 years, the GFW consistently ends up blocking it around 3 days after I first connect. Outline do…
-
comment
Comment #41188410
There's also the risk of accidentally hitting the upgrade button and at best losing a few hours to the upgrade or at worst several days as you deal with recovery. Had a recent bad …
-
comment
Comment #38884284
For working with remote machines that I need to ssh into I've found mobaXTerm[1] to be a very useful terminal emulator. It has an optional remote monitoring feature that shows the …
-
comment
Comment #36543224
A fork of nitter by PrivacyDevel [0] should still work as it adds the option of using user account tokens to bypass content restricted tweets. [0] https://github.com/PrivacyDevel/n…
-
comment
Comment #36532210
Oddly enough tweets that are age/content restricted do not get the login wall, so while you cannot see the age-restricted tweet, you can still see the replies.
-
comment
Comment #35330670
It does appear that their minio instance is the apache version. From the minio allegations the ui in the screenshots matches the pre-AGPL instance that I've kept around which was r…
-
comment
Comment #35044213
No, it was also working with the self-hosted nitter instance I was using which should have almost nothing cached. Double checked with a new tweet posted in this thread.
-
comment
Comment #35043981
It does appear that the undocumented api that nitter uses still works and is unblocked by this change as I've been able to access twitter through nitter.
-
comment
Comment #35043629
Nitter still works for accessing twitter