Viewing profile — sweetgiorni
sweetgiorni
HN member- Joined
- Sun, Apr 21, 2019, 5:56 AM UTC
- HN karma
- 56
- Public activity
- 47 items
- HN profile
- View on Hacker News ↗
About sweetgiorni
No profile information was provided.
Recent public activity
-
comment
Comment #49063597
> isn’t the entire point of tree-sitter that you can reuse old trees to make edit updates faster? I've used tree-sitter for a few projects, but I never touched the tree-reuse stuff…
- story
-
comment
Comment #45845804
> The core issue is that, with otel, observability platforms become just a UI layer over a database. No one wants to invest in proper instrumentation, which is a difficult problem,…
-
comment
Comment #45355578
Glad I'm not the only one with that issue. I ended up connecting a Bluetooth controller to my Steam Deck because holding it hurt my wrists so much. At that point, why bother with t…
-
comment
Comment #44505009
If the SVG being linked to is hosted by GitHub, they could make arbitrary changes before serving it to the browser. IIRC, I uploaded an SVG in a GitHub comment and the resulting im…
-
comment
Comment #44431004
That's... interesting.
-
comment
Comment #44420733
Python 3.14 adds that shorthand, but with a slight different (and IMO uglier) syntax: fn(x=,y=,z=) https://peps.python.org/pep-0736/ edit: nevermind, that PEP was rejected :/
-
comment
Comment #44284818
https://github.com/open-telemetry/opentelemetry-collector-co...
-
comment
Comment #41453190
Hrmm, I've noticed the same thing on the US west coast over the last year or so. Maybe I'll finally bother Kagi support about it.
-
comment
Comment #41423169
> I wish tree-sitter had an official higher level API that allowed processing and pattern matching for use cases other than those required for text editors. Is the pattern matching…
-
comment
Comment #40832010
Looks like it makes heavy use of the original binary. https://github.com/OpenLoco/OpenLoco/blob/master/src/Interop...
-
comment
Comment #39534430
> Minify every third variable randomly. So, Go?
-
comment
Comment #39370960
This seems conceptually similar to certificate authorities.
-
comment
Comment #39207987
What? This seems hard to believe. What incentive do operators have to support law enforcement impersonators?
-
comment
Comment #39140238
zsh-histdb achieves something similar. Combined with zsh-autosuggestions it's quite nice. https://github.com/larkery/zsh-histdb
-
story
Ask HN: Which tools are worth the time?
There are an overwhelming number of tools and techniques that (allegedly) improve productivity. With my limited free time and brain capacity, it can be difficult to gauge whether t…
-
comment
Comment #38841374
> Some people don't even know the difference between Git and GitHub... I have also found this to be the case, even with engineers that have years of experience. It's both impressiv…
-
comment
Comment #38751675
I find it incredibly obnoxious and I refuse to use parallel because of it. To me, it violates the spirit of free software and tarnishes the GNU project. As someone who has released…
-
comment
Comment #38687956
Yep :) my comment was for the people reading the thread, not the person I replied to.
-
comment
Comment #38684992
> As a medical diagnosis it is consistently overdiagnosed Not in adults https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4195639/ https://www.ncbi.nlm.nih.gov/pmc/articles/PMC9884156/ …
-
comment
Comment #38670089
I'm not diagreein with you, but one should bear in mind that a piano essentially contains 88 copies of the same mechanism (with some exceptions). That brings you from 12,000 parts …
-
comment
Comment #38626311
I read this years ago and it really resonated with me at the time. Why reinvent the wheel, right? Reading it again now, it seems to advocate for going from one extreme to another w…
-
comment
Comment #38542451
I received the email on December 2nd.
-
comment
Comment #38288454
Slightly tangential: is it unfair/unreasonable to judge a project by its name? It's hard not to interpret this project's name as the result of poor judgement. Is that sufficient ca…
-
comment
Comment #38151367
To add to your point: try asking ChatGPT to do basic arithmetic on numbers it hasn't seen before. You'll see just how good it is at computation.