Viewing profile — lunch
lunch
HN member- Joined
- Sun, Nov 08, 2015, 5:32 PM UTC
- HN karma
- 85
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About lunch
No profile information was provided.
Recent public activity
-
comment
Comment #30109985
> Hibiki [..] lets you create [..] frontend applications without JavaScript Yet the website is a blank white page, without JavaScript.
-
comment
Comment #29944204
Of course a blockchain doesn't magically fix anything, it's a distributed log. But a decentralized distributed log is a great building block for something that isn't owned by FAANG…
-
comment
Comment #29944118
BitTorrent is wonderful for sharing information, but it's not really a platform to build on. Something like Ethereum on the other hand is literally a decentralized computer that no…
-
comment
Comment #29944072
> Blockchains are good when there's a lack of trust and decentralization is absolutely necessary. There are very few problems that actually need a blockchain. How about the current…
-
comment
Comment #29706537
Another day, another negative-sentiment crypto post on HN. We get it. I'm all for being creative but consider putting positive energy out into the world.
-
comment
Comment #29397367
Maybe first try rendering literally anything when javascript is disabled. Then worry about adding GIFs.
- comment
-
comment
Comment #29182520
Art school graduate here, and my only advice is to broaden your sights and keep trying (if you want to). I've interviewed with FAANG too many times to count and every time it's cra…
-
comment
Comment #29167409
I get a blank page in Firefox with JavaScript turned off :( Content Security Policy: The page’s settings blocked the loading of a resource at inline (“script-src”). Loading failed …
-
comment
Comment #29029943
Welp, tried atleast 7 times to watch this without a Facebook account. Made it about 2 minutes each time before being redirected to a login page.
-
comment
Comment #24983978
Many of these pages look to me like he was designing a game. - p2p, client-server notes - Class definitions and implementation notes - Source code doing position calculations
-
comment
Comment #21846071
I believe the data quality of such a library could be improved incrementally through enrichment, labeling, ETL, etc. Treat it like a garden.
-
comment
Comment #21845876
I would like to see NASs allow me to basically allocate a percentage of my capacity to various peers to store encrypted-at-rest duplicates of their data This is something I've been…
-
comment
Comment #21845585
This got me thinking about personal data storage. I think step 1 in owning our data is having a place to store it. That storage should be abstracted from the actual provider(s) so …
-
story
Ask HN: HTTP Path vs. Query Parameters
What sort of design considerations might sites like YouTube use when deciding between path or query parameters for identifying resources? For example, YouTube uses a query param 'v…
-
story
Tell HN: GitHub now leaks if you're a paying customer
If you're a paying Github user you may now notice a badge on your profile, denoting your subscription level (Pro, etc). I'd prefer this information not be made automatically public…
-
comment
Comment #18033322
Sounds great but at this point I've been burned by Google EOLing products that I use too many times.
-
comment
Comment #17348438
I can imagine this tech being using in some pretty interesting/scary ways: * Generating avatars in Facebook's VR land from photos you're tagged in * Recognizing a person IRL from p…
- story
-
comment
Comment #17134498
I'd recommend learning a few, here's my 2 cents: - Start with Python, it's a very common dynamic language in the wild. - From Python it's easy to learn Go and you'll want some Go e…
-
comment
Comment #17048526
I'll offer a slightly different take-- I've worked from home full-time for about 1.5 years, coming from the standard open floor-plan tech company office. I live in a 1 bedroom apar…
-
comment
Comment #16542351
Is there a default, or standard TTL for this type of certificate? EDIT: Looks like the standard TTL for these code signing certificates is none, 1, 2, or 3 years. https://www.entru…
-
comment
Comment #16542188
A driver signed with any certificate that expires after July 29th, 2015, without time stamping, will work on Windows 10 until the certificate expires. https://docs.microsoft.com/en…
- story
-
comment
Comment #15663455
Context: I've been programming in Go full-time for the last 2 years and come from a Python and C# background. > No Generics The lack of generics was something I was hung up on, too…