Viewing profile — avbor
avbor
HN member- Joined
- Wed, Nov 30, 2011, 7:59 PM UTC
- HN karma
- 180
- Public activity
- 54 items
- HN profile
- View on Hacker News ↗
About avbor
No profile information was provided.
Recent public activity
-
comment
Comment #38811596
You can expose the browser port via ssh, with a command line flag like `-L 8080:127.0.0.1:8080`. So you can still preview locally
-
comment
Comment #34779948
This is just another tool to find people you follow on Twitter that migrated to Mastodon. So it's still the first sentence you said.
-
comment
Comment #34650705
Well I think the joke is that your skin will let you know once you pass the ivy whether it's Poison Ivy or not.
-
comment
Comment #29191432
Depends - on YouTube, there's definitely a lot of channels that encourage engineering and science of some kind, though not always in a safe way. We had Shitty Robots into just gene…
-
comment
Comment #27672636
Most other compiled languages do dead code elimination, which sounds similar but is a little different. Think of dead code elimination as removing code that doesn't change the outp…
-
comment
Comment #26289721
Don't worry, won't be likely to happen - the ads that are displayed now as banners are literally bid on when it's loading, so at most the ad serving code would be bundled, but you …
-
comment
Comment #21804732
More work to be done, but Mozilla DID get Jupyter Notebook to run on the web with WASM. https://hacks.mozilla.org/2019/04/pyodide-bringing-the-scien...
-
comment
Comment #21791970
Previously discussed here: https://news.ycombinator.com/item?id=19759630
-
comment
Comment #19733011
Did they finish rolling them out? I know that is (was?) the plan, but when I interviewed last year at the Santa Monica location, they only had whiteboard.
-
comment
Comment #19719078
Not only that, but if you're on Python 3.7 you can use breakpoint() without any imports, which is even shorter.
- story
-
comment
Comment #18763872
The English language is pretty large. There are a good number of alternatives to using the word he did that would be safe. He didn't have to use that word, but either did because h…
-
comment
Comment #18197082
In python 3.6 and up, that becomes def example_cheater(color, flavor, age): return f'I am {age} years old and I like to wear {color} hats and eat {flavor} icecream' Even nicer!
-
comment
Comment #17680888
It blows my mind that the original link wants to charge 35 dollars for one day of access for this.
-
comment
Comment #17048971
Instagram actually has a program for stubbing existing code called MonkeyType. It requires running your code to collect the data, and then after your run finishes you can then appl…
- story
- story
-
comment
Comment #14387743
I think because they're aware Microsoft released a patch for Windows after XP, they're thinking as though XP can be the only one affected by the ransomware. As we've learned, that …
-
comment
Comment #13711441
I disagree with this. I don't think it makes sense to make the problem space harder and include translating screenshots into a resulting keyboard input when you can look at the mem…
-
comment
Comment #13711415
Well, Riot solved that by getting rid of Dominion. ;) But seriously, they were mainly present in the game mode mentioned, and now in Co-Op vs AI, just because they want to level th…
-
comment
Comment #13624298
People usually switch after a year and a half of being on a team, but not much different than that.
-
comment
Comment #13538406
Moving from Python to Go seems to be the thing that happens once you need your Python to be more performant.
-
comment
Comment #12616497
I'm not familiar enough with compilers, but why would an ahead of time compiler perform worse than a just in time compiler in a static language? I think I'd understand if it was a …
-
comment
Comment #11859562
Target actually did something similar, though their intent was to eventually find better ads for families who were expecting. In their case, fully deanonymizing and being straight …
- story