Viewing profile — omribahumi
omribahumi
HN member- Joined
- Tue, Jun 03, 2014, 10:57 AM UTC
- HN karma
- 312
- Public activity
- 107 items
- HN profile
- View on Hacker News ↗
About omribahumi
No profile information was provided.
Recent public activity
-
comment
Comment #26321841
Have you considered using ssh command's ProxyCommand option? It allows you to replace the TCP transport with communication over stdin/stdout. It could help you replace the TUN with…
-
comment
Comment #23114604
That's what I've been doing since I was 12 years old :) My first "programming" experience was with mIRC scripts. I even wrote an IRC client using mIRC sockets at some point, and a …
-
comment
Comment #18473220
What’s written on the SIM card is called ICCID. For some carriers, you can convert from IMSI to ICCID and vice versa, because they chose this convention.
-
comment
Comment #18338286
Different antenna perhaps?
-
comment
Comment #17161573
Wasn't familiar with the term. Thanks!
-
comment
Comment #17161470
So they should’ve added new tags for layout, instead of table,tr,td,th ? Much like yield vs await in Python3 asyncio. In the Python 2.7 days, people used generator functions to imp…
-
comment
Comment #17161442
I don’t write client side browser code these days any more, but when I did back in the 2000s, I remember people bashing using tables for layout, and how everyone should switch to C…
-
comment
Comment #17161072
That's cool. Didn't know that bitcoin does this. It sounds like a much better approach. I guess you can fine tune how complex you want this to be by changing the number of zeros yo…
-
comment
Comment #17160947
I have an interesting idea. How about make the login process more resource intensive on the browser side, by running some intensive javascript code before sending it to the server?…
-
comment
Comment #17101113
For the 0days, probably. But even the integration is impressive.
-
comment
Comment #17100374
I want to second this. The things I wrote throughout my career that I'm most proud of aren't very complex. I find it very satisfying to understand a problem so well, up to the poin…
-
comment
Comment #17100207
I wonder how many people worked on this, and for how long
-
comment
Comment #17021928
Apple should allow to do this in Software. Make the lockdown mentioned in the link happen immediately when USB is disconnected, forcing you to retype the PIN every time. Could be a…
- comment
-
comment
Comment #16550799
Nope. The company was shut down
-
comment
Comment #16548916
There’s one reason I could think of. Combining two Internet lines together to get a faster connection. I blogged about this a few years back https://omri.org.il/2014/08/08/hacking-…
- comment
-
comment
Comment #15222751
It's all serverless now
-
comment
Comment #15199911
There was a talk about this in SREcon Europe 2015: https://www.usenix.org/conference/srecon15europe/program/pre...
-
comment
Comment #15120758
My thoughts exactly. Seems super inefficient. Why not take the Heroku model of sleeping dynos? Spinning up a new process to handle each request is probably costly.
-
comment
Comment #14924249
I guess that's because you can't resize columns interactively on the console, and the other columns are relatively short (and pretty much static length). It makes sense to list the…
-
comment
Comment #14665596
Also, HTTP/2 can reuse the same TCP connection for multiple domains with SAN
-
comment
Comment #14356227
Putty is 18 years old and only reached 0.69
-
comment
Comment #14322403
How is bash faster than Python?
- comment