Viewing profile — ericseppanen
ericseppanen
HN member- Joined
- Sun, Sep 27, 2015, 3:42 AM UTC
- HN karma
- 497
- Public activity
- 41 items
- HN profile
- View on Hacker News ↗
About ericseppanen
No profile information was provided.
Recent public activity
-
comment
Comment #36061968
This is so true. The idea that a program can approach some optimal bug-free state, never to be modified or refactored again, doesn't resemble any project I've ever encountered.
-
comment
Comment #36060691
"we model a scenario where the original code is memory-safe; the ported code is memory-safe; and we consider memory safety and undefined behavior that may arise across the FFI laye…
-
comment
Comment #29464072
This article is plagiarized from the Rust Book: https://doc.rust-lang.org/stable/book/ch15-01-box.html
-
comment
Comment #26125130
I have no firsthand information, but reading https://github.com/solokeys/solo "Solo Hacker can be converted to a secure version, but normal Solo cannot be converted to a Hacker ver…
-
comment
Comment #26121482
I don't think this is true in the general case. Most Solokeys come in a "locked" form-- they will only accept firmware updates that are signed by the manufacturer. You can buy a "h…
-
comment
Comment #25341118
I can confirm that on Sonic (resold AT&T) VDSL I am seeing this exact corruption. Nice find! I had been wondering why I had been seeing odd TLS failure messages recently.
-
comment
Comment #23827544
For those that enjoy stories about the early days of electric guitar, I recommend picking up the book "The Birth of Loud: Leo Fender, Les Paul, and the Guitar-Pioneering Rivalry Th…
-
comment
Comment #20763743
A Solo key is $20. https://solokeys.com/
-
comment
Comment #20098489
https://quoteinvestigator.com/2017/03/23/same/ Not Einstein. It's a quote from a 1981 Narcotics Anonymous pamphlet.
-
comment
Comment #19751387
Print it on a shirt, and you have the thing William Gibson dreamed up in "Zero History": "What’s that?" she asked. "The ugliest T-shirt in the world," he said… "So ugly that digita…
-
comment
Comment #18659842
Useful reading: https://blog.netspi.com/stealing-unencrypted-ssh-agent-keys-... https://blog.ropnop.com/extracting-ssh-private-keys-from-win...
-
comment
Comment #18659813
It's interesting that their ssh-agent runs as a service under an Administrator account. I'd guess this is an attempt to better protect the private key against theft during a local …
-
comment
Comment #17778247
regarding "development job... putting me outside the income level": I faced the same situation; after being rejected, all I had to do was file some extra paperwork ("special circum…
-
comment
Comment #17504496
The time investment to prove or disprove this statement is more than I'm willing to give. I'd prefer to spend my time working with projects whose maintainers aren't hostile to my p…
-
comment
Comment #17504458
"Each Bitwarden installation requires a unique installation id and installation key." Sorry, it doesn't count as open source if everyone needs your permission to run it.
-
comment
Comment #17328947
Is it legitimate to have a CEO add their name to a patent? My impression is that the "inventor(s)" have to be the people who actually came up with the idea.
-
comment
Comment #17308027
Wasn't 212b02125f3 ("x86, fpu: enable eagerfpu by default for xsaveopt") sufficient protection for everyone on a modern CPU?
-
comment
Comment #15665411
It's common to be able to run a remote debugger via JTAG, allowing the system to run normally, set breakpoints, examine memory, etc. Even though it's run over the same wires, it's …
-
comment
Comment #15654772
Look at Stanford Shopping Center in the satellite view sometime: a bunch of rectangles surrounded by an ocean of surface parking. It's much more like a conventional mall than a dow…
-
comment
Comment #15196794
This is a loophole that exists, yes. 10b5-1 plans set up by the company will sometimes have a rule that no changes are allowed for 30 days, which solves the problem. Not sure how w…
-
comment
Comment #15078152
Bresenham's algorithm is very useful when building software that uses stepper motors to follow a particular path (e.g. robotics, plotters, 3d printers, CNC machine). It's especiall…
-
comment
Comment #15041811
I agree the earlier paper shares the same misconceptions. I don't agree that the authors of the present paper are exempt from criticism for this reason.
-
comment
Comment #15039813
That's not how SSDs work. You would never be exposed to uninitialized flash pages; they are unlinked from the logical address space until after the block gets erased and programmed…
-
comment
Comment #15032846
Drives that lack cryptographic scrambling are not rare. Search a few vendors' sites and you'll find some that don't support "self-encrypting" capabilities.
-
comment
Comment #15032168
Are you claiming that a random-bit-flipping attack such as targeted read disturb can cause corrupted data to be returned even through data scrambling, a first-level LDPC check and …