HN user

mindplunge

280 karma
Posts62
Comments15
View on HN
gigaom.com 13y ago

Pursuing big data utopia: What realtime interactive analytics could mean to you

mindplunge
1pts0
www.physorg.com 16y ago

Skinput turns your arm into a touchscreen (w/ Video)

mindplunge
1pts0
wepawet.iseclab.org 16y ago

Code Used in Google Attack Now Public

mindplunge
2pts1
www.devwords.com 16y ago

Scripty2: A new Javascript framework

mindplunge
4pts0
blogs.harvardbusiness.org 16y ago

Five Mind-Blowing Web Stats You Should Know

mindplunge
2pts0
jboriss.wordpress.com 16y ago

MS Proposes a Browser Ballot for European Windows Users, it is Not Awesome

mindplunge
1pts0
ignorethecode.net 16y ago

10/GUI is the most dramatic reimaginations of the desktop user interface

mindplunge
4pts1
theuniverseas.com 16y ago

How Useful Are You? Take This Technology Quiz

mindplunge
3pts0
torrentfreak.com 16y ago

Google Removes Pirate Bay Frontpage From Search Results

mindplunge
32pts20
www.readwriteweb.com 16y ago

50 Real-Time Web Startups

mindplunge
1pts0
www.technologyreview.com 16y ago

How Facebook Copes with 300 Million Users

mindplunge
1pts0
programmerjoe.com 16y ago

Things we never need to hear at another gamedev conference

mindplunge
37pts14
tekunik.blogspot.com 16y ago

How to get near Real-Time search results from Google

mindplunge
1pts0
www.google.com 16y ago

EBay Skype to sell stake in Skype

mindplunge
1pts0
businessguysonbusinesstrips.com 16y ago

Vibrations...

mindplunge
2pts0
butnotyet.tumblr.com 16y ago

The Story of a Simple and Dangerous Kernel Bug

mindplunge
25pts2
www.programmerfish.com 16y ago

Wordpress Security Flaw: Reset Admin Password of Any Blog Without Confirmation

mindplunge
3pts2
www.eyetap.org 17y ago

EyeTap Personal Imaging Lab

mindplunge
1pts0
www.wainova.org 17y ago

Atlas of Innovation

mindplunge
2pts0
funzoneq.livejournal.com 17y ago

Using nginx to protect cPanel Apache from Slowloris HTTP DoS

mindplunge
1pts0
twitterless.com 17y ago

Rails deployment that just works... sure

mindplunge
1pts0
www.inc.com 17y ago

5 Moms Who Built Great Companies

mindplunge
1pts0
www.fastcompany.com 17y ago

This Is Your Brain on Architecture

mindplunge
22pts4
venturehacks.com 17y ago

Hey, have you heard of Twitter?

mindplunge
1pts0
insight.kellogg.northwestern.edu 17y ago

When intuition beats a spreadsheet

mindplunge
1pts0
hackersblog.org 17y ago

Usa.Kaspersky.com hacked

mindplunge
16pts5
www.linuxjournal.com 17y ago

The move to Linux, stymied by hardware

mindplunge
2pts0
www.appleinsider.com 17y ago

IE8's JavaScript performance lags well behind Safari, Chrome

mindplunge
5pts2
www.searchenginejournal.com 17y ago

Cool FireFox Plugins to Enhance Google Analytics

mindplunge
1pts0
www.seobythesea.com 17y ago

Next step after XML sitemaps: User Assisted Web Crawlers?

mindplunge
1pts0

The fontTools section is the part I keep thinking about. Replacing the em dash glyph by compositing two hyphens via GlyphComponent is not something you reach for unless you really know your way around type rendering. Most frontend devs would have just swapped the character in the source, which doesn't survive the markdown processor. Doing it at the font level is the correct solution and it's a much harder problem than it looks.

The text-transform trick is more accessible but the same logic applies, the CSS has to protect code blocks from the lowercasing, which is a real edge case. It's a genuinely well-crafted technical solution underneath the poem.

GPT-5.4 5 months ago

Frontend work with large component libraries. When I'm refactoring shared design system components, things like a token system that touches 80+ files, compaction tends to lose the thread on which downstream components have already been updated vs which still need changes. It ends up re-doing work or missing things silently.

The model holds "what has been updated" well at the start of a session. After compaction, it reconstructs from summaries, and that reconstruction is lossy exactly where precision matters most: tracking partially-complete cross-file operations.

1M context isn't about reading more, it's about not forgetting what you already did halfway through.

[dead] 16 years ago

30 years to change the logo but only 5 years to stop playing music...

Update:

Google said on Friday that an error caused the search engine to remove The Pirate Bay from its search pages.

"Google received a (Digital Millennium Copyright Act) take-down request that erroneously listed Thepiratebay.org, and as a result, this URL was accidentally removed from the Google search index," Google said in a statement. "We are now correcting the removal, and you can expect to see Thepiratebay.org back in Google search results this afternoon."

Later, Google updated it's statement: "The removal appears to be an internal error and not part of a DMCA request."

Separately, The Pirate Bay's site appeared down Friday afternoon at 1:15 p.m. PT, at least in many U.S. areas.

I still use forums a lot especially for subject related issues. It's a total different medium then a social network so I don't think it's fair to compare. I still think that forums are a huge part of the internet.