Viewing profile — OneDeuxTriSeiGo
OneDeuxTriSeiGo
HN member- Joined
- Sat, Feb 22, 2025, 4:39 PM UTC
- HN karma
- 1,181
- Public activity
- 409 items
- HN profile
- View on Hacker News ↗
About OneDeuxTriSeiGo
No profile information was provided.
Recent public activity
-
comment
Comment #49213564
sure but once the capability is there it's not unlikely we'll see regulatory pressure from regions like the EU or certain US states to ban or heavily limit sale of "collect all you…
-
comment
Comment #49213223
Assistive technology. Imagine an energy efficient IC for a small multimodal model that can do voice to text, text to speech, question/answer, tool calling, and structured output. W…
-
comment
Comment #49197759
The issue is that in a lot of places, it's not about building new coal plants. It's refurbishing and restarting old plants that have been shut down in the past decade or two. Coal …
-
comment
Comment #49197601
In that case you may enjoy “The Blue Afternoon that Lasted Forever” by Daniel Wilson. https://web.archive.org/web/20260310115201/https://www.willi...
-
comment
Comment #49191218
That's not really the argument they are making I believe. The issue is if you suddenly cut back oil countries pivot to bringing coal back because it's the fastest to scale up. Some…
-
comment
Comment #49184907
Yeah safety critical software needs to avoid high UI density for the interface itself. For diagnostics and monitoring or general stats you can still do high density but the actual …
-
comment
Comment #49155488
FWIW if you listen to Signals and Threads (the Jane Street podcast) they talk about this. They have dedicated UX designers who do relatively little code but focus entirely on makin…
-
comment
Comment #49070814
The first five links (i.e. not the book) are each only a few printed pages worth of text each or less. All together they are equivalent to like a single chapter of text in a book. …
-
comment
Comment #49058235
It's not recommended because you can just use the --autosquash flag. No reason to make it the default. especially since if you are rebasing you may want to rebase your changes from…
-
comment
Comment #49058199
Git has been re-designing their tooling over the last few years. Nowadays there exist really pleasant, easy to use versions of the main tools. switch and restore replaced checkout.…
-
comment
Comment #49058167
Have you ever read any of the introductory material that the git project itself maintains for teaching how to use the tool? - https://git-scm.com/docs/gittutorial - https://git-scm…
-
comment
Comment #49058116
Understanding git rebase is important. You aren't expected to rebase mainline branches regularly but if your team operates on a merge/patchset workflow and isn't just squashing eve…
-
comment
Comment #49058048
For github itself the answer is "contact them if you think you pushed a secret". For git. You can run `git maintenance run` or the legacy command `git gc`.
-
comment
Comment #49037881
oh nice is there a tracking issue for this somewhere? I've taken a peek at the issues in the org on github but i didn't see one off the bat (mainly because there's a ton of other S…
-
comment
Comment #49010015
Tbh I have no idea. I kept up with it on the GrapheneOS discord and I think GOS put out bluesky/mastodon posts about it at one point. > What's left in terms of meaningful technical…
-
comment
Comment #49008494
So the issue with RCS is that google just this last year made the move from their internal implementation of E2EE for RCS to the standard implementation based on MLS (now that the …
-
comment
Comment #49007306
Kagi nowadays has a feature called "SlopStop" that you can opt into. It's basically a global block list for LLM generated websites, etc that is shared across all users who opt into…
-
comment
Comment #48964096
fwiw tangled itself is also an appview and they are gradually working on rebuilding it around their new XRPC oriented appview called bobbin. The appeal of bobbin is it's fully stat…
-
comment
Comment #48963664
That's the advantage of picking a theme. So the project is called tangled. So everything is string/web themed. Knots, spindles, bobbins, etc
-
comment
Comment #48959747
I'm not sure what's been published but as someone who plays with tangled as a hobby the immediate monetisation paths I could see are: - Charging to bypass the (admittedly very reas…
-
comment
Comment #48935116
It absolutely is. Mastodon has rate limits and administrators have to manage and adjust them as necessary for their instances. You probably just don't notice it as a user or as the…
-
comment
Comment #48933553
It's not that they didn't warn bluesky specifically. It's that they didn't warn relay operators in general. And IIRC they just needed to coordinate with a single relay operator who…
-
comment
Comment #48933470
Technically it has moved (last year actually) but it just doesn't really look all that different in the day to day. https://atproto.com/blog/plc-directory-org
-
comment
Comment #48900947
The distinction really kinda depends on the situation. FDEs have been around for a long time in the defense contractor space and Palantir picked up the term, broadening the meaning…
-
comment
Comment #48878460
Yeah definitely but tbh a one-off expense at that scale while unfortunate isn't really lethal. And tbh if you are performing ops at a scale where that level of expense is present i…