Viewing profile — server_bot
server_bot
HN member- Joined
- Thu, Oct 29, 2015, 2:40 PM UTC
- HN karma
- 164
- Public activity
- 58 items
- HN profile
- View on Hacker News ↗
About server_bot
Recent public activity
-
comment
Comment #27426028
While this seems like a convincing case, at what point is it morally acceptable to produce new art derived from existing work? Would it have been fine if Capcom had re-created near…
- story
-
comment
Comment #27071952
We should encourage PL experimentation and welcome new languages! But keep in mind that cost of entry for production usage these days is a full suite of tooling (package manager, c…
-
comment
Comment #26964898
Firmware isn't necessarily more difficult than other areas, every domain has serious challenges. But firmware programming has the kind of challenges that require a very deep techni…
-
comment
Comment #26964776
Nope. But you should check out Embedded Artistry[1], its the single best resource I've seen on a field that's mysterious even to most professional programmers. Have you spent any t…
-
comment
Comment #26426252
Hmm...I think a lot of this discussion is missing two important points: 1. Regardless of whether or not C++ is going away, your team needs help now. You have an opportunity to get …
-
comment
Comment #26293858
Thanks! You're right about the PC, misread the table.
-
comment
Comment #26293850
Thanks for the suggestion! Unlike uxn, there's a C compiler for ZPU: https://github.com/zylin/zpugcc
-
comment
Comment #26265410
Love the idea of a minimal retro VM, had a chuckle at the single-byte program counter. Hope this catches on and there's a software ecosystem. Does anyone know of a list of quirky V…
-
comment
Comment #25350542
Given Ghidra's [1] decompilation support, emulation (CPU via PCODE IR, not whole-system) support, headless analysis scripting API, and the active open-source contribution/issue com…
-
comment
Comment #24975355
A mature take, I applaud the author for overcoming "commitment bias" and being willing to make a change. The lack of a cloud SDK for thier provider seems crippling in hindsight. Wi…
-
comment
Comment #24779012
Nice high-level breakdown without pushing one moral stance or another, just focusing on the business-side facts. I always wonder about the employee-side of the equation - since the…
-
comment
Comment #24750504
Did you read the same post I read? One of the harassers asserted that she must have traded sexual favors for a CS degree. Do you seriously believe that a male engineer would be sex…
-
comment
Comment #24522994
Sad day, she was a champion of the people - a fighter for both women's rights and civil rights. Her iconic status was earned. Would recommend the 2018 documentary "RBG" for anyone …
-
comment
Comment #24492465
I feel like choosing between the two for a new project comes down to one factor: do you truly need to maximize performance? Be honest. If yes, Rust: no GC, consider the rayon crate…
-
comment
Comment #24446898
Fun article! I'd add that malware packers are a good example of an obscurity layer that's typically effective in practice. But food for thought: in the general case you can't relia…
- story
-
comment
Comment #24282186
Looking at the certificates homepage [1], this seems like a great entry point into the tech industry for people that might otherwise be excluded - practical skills to perform a job…
-
comment
Comment #24231068
I love how whimsical this is, made me smile! It's refreshing to see a silly hack that isn't also performative self-promotion.
-
comment
Comment #24141830
These are valid questions a lot of people new to Rust have, so: 1. Rust is "backward compatible" in the sense that Rust code can use C libraries and C code can use Rust libraries -…
-
comment
Comment #23618141
I have the older Stab Lab model (Mk III) and have never owned a MacBook Air, but Googling the newest versions of both: Star LabTop Mk IV [1]: Thickness: 0.58 inches (1.48 cm) Weigh…
-
comment
Comment #23616854
I replaced my older XPS with an Ubuntu 20.04 laptop from Star Lab systems. Mostly because I wanted firmware updates via apt-get. They have a new model coming out: better CPU, more …
- story
-
comment
Comment #23557678
Would highly recommend the "Advent of Computing" podcast episode on this topic: http://adventofcomputing.com/?guid=3a1d7af237bb48bb985e795c2...
-
comment
Comment #23289030
Thanks for pointing that out and linking through to a great resource!