Viewing profile — marcianx
marcianx
HN member- Joined
- Sat, Apr 06, 2013, 3:38 PM UTC
- HN karma
- 222
- Public activity
- 56 items
- HN profile
- View on Hacker News ↗
About marcianx
No profile information was provided.
Recent public activity
-
comment
Comment #48841791
It's right there under "Stats": > 11 days (May 3 → merged May 14) · 6,778 commits > Pre-merge, this took 5.9 billion uncached input tokens, 690 million output tokens, and 72 billio…
-
comment
Comment #48400571
Building it out and maintaining it isn't free. And per a friend who's been selling consumer solar installations for years in the North East and gotten disillusioned: the equipment …
-
comment
Comment #47091650
I do type Z with little finger, etc, because that's how the typing software I used long, long time ago taught it. But I don't accommodate by messing up my wrists, which are still i…
-
comment
Comment #46616784
I was confused by this at first since `&T` clearly allows aliasing (which is what C's `restrict` is about). But I realize that Steve meant just the optimization opportunity: you ca…
-
comment
Comment #46609187
So, I'm not pretending that certain kinds of jobs aren't going to be obsoleted. Lots of responsibilities went by the wayside as a lot of things were automated with technology and a…
-
comment
Comment #46607598
I think it makes some sense to allow leeway for intelligent "signal processing" using AI (separating out individual tracks, clean-up, etc) vs generating new content with AI. Simila…
-
comment
Comment #46254046
Can people register a subdomain of fl.us willy-nilly though? Isn't the root domain owned by the state?
-
comment
Comment #46209262
If the past is any indication, it's more likely that it'd get reset to "Office One".
-
comment
Comment #45909260
Agreed about POP Shop being slow. I recently learned that they were working on its replacement: "COSMIC store" (written in Rust + Iced), and it's super-fast. You can try it with `s…
- comment
- story
-
comment
Comment #45606863
When you have a strong pointer, you already have a positive ref count. Only once the strong pointer is destructed, is the reference count decremented.
-
comment
Comment #45599053
Reference counted pointers can deference an object (via a strong pointer) without checking the reference count. The reference count is accessed only on operations like clone, destr…
-
comment
Comment #45000695
And also the issue with checked exceptions is that one can't be generic over the checked exception, at least in Java. So it's impossible to write out a universally useful function …
-
comment
Comment #44976777
There are further bugs: `for path in paths` should be `for (const path of paths)` JS will immediately error on the lack of parens, but the `in` vs `of` iterates over indexes, not v…
-
comment
Comment #44961252
I've found this to be a common Americanism, but it's still incorrect, I believe. When I moved to the US in my teens, I was surprised at the sheer disregard of English grammar rules…
-
comment
Comment #44865353
Major subsidiaries within a large company can and do have separate CEOs. For example, YouTube also has a separate CEO (previously Susan Wojcicki, and now Neal Mohan) under Sundar P…
-
comment
Comment #44620618
To make sure I understand correctly: did you want to read a `String` and have lots of references to slices within the same string without having to deal with lifetimes? If so, woul…
-
comment
Comment #44600317
To add to it, I crossed the border into the US via train recently, and for the first time (I've done this trip many, many times) they took my photo on their cell phone after scanni…
-
comment
Comment #43781676
A less unflattering interpretation might be that once they saw the level of skill required to contribute to a field, they switched to a field that they could more meaningfully cont…
-
comment
Comment #41364421
So, fun fact from calculus (though you can easily prove this with basic algebra as I do below): - You want to compare two products: in this case 6x9 and 7x8. - And in each product,…
-
comment
Comment #41105296
I immediately see the logic in this API. When slicing, I look at indexes as being between elements or at the start (0) or end (length). This gives an in-bounds starting index betwe…
-
comment
Comment #40964730
How would you impose these limits on wealth? Where would the extra money go? To the government? If so, would you be okay with the government saying that _all_ future earnings if yo…
-
comment
Comment #40333805
Reminds me of Max Shulman's advice to aspiring authors: "Marry money"
-
comment
Comment #38997957
TBH, I think Valve is doing pretty well with both. Steam has now long resulted in a renaissance for indie game marketing and access, and the Steam Deck is incredibly well designed …