Viewing profile — sorisos
sorisos
HN member- Joined
- Tue, Sep 02, 2014, 6:14 PM UTC
- HN karma
- 52
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About sorisos
No profile information was provided.
Recent public activity
-
comment
Comment #33040147
I once worked with developing PV-inverter software. The web "features" always made be uncomfortable given the projected lifespan of >10 years.
-
comment
Comment #32987931
I like that so many unix command tools (like cat, ls...) is rarely updated. Often comes with a man page written in 30 years ago. Same with a lot of C libraries.
-
comment
Comment #32949456
I also believe it is a trend not to go over the head of consumers. Can be seen in older documentaries and political discussion. Perhaps this is just a result of everyone already fe…
-
comment
Comment #32681656
I have an email like "a@b--c.com" - not that crazy you might think but 1/10 websites reject it as "invalid" due to some stupid regex check.
-
comment
Comment #30752865
There should be a exception in every code standard that says SI units are OK where otherwise all lower case is enforced. Example to use mega (M) vs milli (m).
-
comment
Comment #29821296
Ableton live (music application) - the only reason I still have mac. I tried to switch to Bitwig that is similar and runs on linux, but I have not had the time to develop a workflo…
-
comment
Comment #26511031
I think the "hamburger icon"[0] is a good example of conflict between revenue and usability. I wounder if there is more? [0] https://medium.com/@hfuecks/so-we-went-with-a-hamburger…
-
comment
Comment #26506246
ripgrep or silver searcher for searching large code bases.
-
comment
Comment #26311077
I think we already have a culture that exaggerates this aspect. Tried-but-failed stories do not sell very well. Not everyone can be successful and pretending this is case makes peo…
-
comment
Comment #26310567
> If every time someone shares their success, the response is instantly about how privileged or lucky they are, then our culture is sick. We should listen to and support those stor…
-
comment
Comment #26308947
Comforting to here someone else react to these "alienated" commenters. I feel they made this the most depressing HN thread I have ever read.
-
comment
Comment #26308699
I've seen some research on "relative income happiness" that suggest having poor(er) people nearby should increase happiness. Perhaps it doesn't apply if the income cap is to large.…
-
comment
Comment #26169715
could also be a niche market product created a decade ago that some other large company depends on. money keeps rolling in with little effort. source: personal experience. the comp…
-
comment
Comment #26165173
Sometime ago I stumpled upon a github repo that interested me. Due to several reasons I suspect the maintainer might be dead. I tried to verify it somehow but no luck. Might be eas…
-
comment
Comment #25759981
Agree no one is going to downgrade but there is another strategy - always build your app against package versions that is in Debian stable. Of-course it can be problematic but have…
-
comment
Comment #25579959
I believe you can get a lot of information from accelerometer data. Especially when compared with other data for the same road. Is it even used in this way?
-
comment
Comment #25490129
Could be used for testing hardware+firmware. Example connect 14 hardware revisions of a $SOME_HARDWARE to each RPi and test firmware changes.
-
comment
Comment #25423581
This feature have the potential to remove some christmas trees (nested if statements) in MISRA C compatible code. Publishers should have waited to January! :)
-
comment
Comment #25422938
There is a lot of legacy C code out there.
-
comment
Comment #25287484
What would they gain?
-
comment
Comment #24821084
Using a slow release distro as debian (either directly or as a reference) also have the benefit of compatible versions. I.e. no need trying to figure out how to get both $A and $B …
-
comment
Comment #23245501
Interesting! Perhaps I should have phrased the question better, I do not think it is deliberate, but I still do not understand why code quality have such a low priority . Software …
-
story
Ask HN: Why is code from chip manufacturers of such a low standard?
I have had the unfortunate to work with a lot of C code from chip manufacturers such as ST, Microchip(Atmel), Bosch, Semtech. More often then not the code quality is rather low[0],…
- story
-
comment
Comment #22797253
I wish and hope just pausing the economy is as easy as you say. I'm worried though, as the last decades the Economy appears to be this unpredictable daemon that affects everything …