Viewing profile — motrm
motrm
HN member- Joined
- Tue, Dec 09, 2014, 4:53 PM UTC
- HN karma
- 245
- Public activity
- 39 items
- HN profile
- View on Hacker News ↗
About motrm
Recent public activity
-
comment
Comment #47773105
There was a fairly active thread on the mailop mailing list about this, as you might expect given its userbase. Annoyingly, mailop.org list archives are member-only (free to join h…
-
comment
Comment #47764997
I wonder if OP didn't realise there was this _Show Hidden Files_ option and their .git was indeed backed up. That would be nice, they'd be able to get their history back!
-
comment
Comment #47509610
Mildly pedantic, and of course ignores how wild this whole thing is, but I don't think this bit is correct: After waiting for a little while, the program terminated with the follow…
-
comment
Comment #47356752
Very suspicious URL for this, with a prominent link to Trezor Suite at suite-trezorup[.]com - looks a lot like phishing. Be careful.
-
comment
Comment #46874959
Reminds me a little of Fly's Tokenizer - https://github.com/superfly/tokenizer It's a little HTTP proxy that your application can route requests through, and the proxy is what hand…
-
comment
Comment #46691672
Sounds like a dialup modem at about 3:30 :) How sure are we the aliens aren't trying to dial in?
-
comment
Comment #45276615
Jeff Geerling has been sleuthing into this lately too - my biggest takeaway is that it's only viewer counts that are suffering, he's not seen revenue drop which is key. Viewer coun…
-
comment
Comment #43932189
DNA makes me think of ASN.1 in that a short sequence of bits can convey rather a lot of information - but it makes no sense without knowing which message those bits represent. Only…
-
comment
Comment #43875825
Echoing parrit's comment, this was indeed a very nice read and very well written. I particularly enjoyed the gentle exposition into the world of cgroups and how they work, the leve…
-
comment
Comment #43421822
To be fair it's the actual releases that are in a single file. Development evidently happens in the traditional sense with the project in a nicely defined tree. The build process l…
-
comment
Comment #43418437
12 days left to support mtlynch's book on levelling up your writing, something many of us software developers could make use of. The discussion about Rules for Writing Software Tut…
- story
-
comment
Comment #42612180
It's incredible to see such capability on such a tiny board. The LA9310 has incredible specs, too, what a beast. Have you done anything with its Network Listening feature? I'm curi…
-
comment
Comment #42598017
I have to say this is perhaps one of my favourite CCC talks. Interesting subject matter, novel technical problems and solutions, story narrated at speed and with just enough inform…
-
comment
Comment #42274534
And here I was wondering what the odd title meant, but with your hint it totally makes sense. From the page: wrttn:04af1a and of course if one visits https://landley.net/history/ y…
- comment
-
comment
Comment #42109224
Don't build from scratch :-) It's a rare project that a rebuild succeeds! My experience is with Laravel, so not too far off your ideal of using Symfony, though I wouldn't let minim…
-
comment
Comment #41913546
Certainly Qualcomm modems can have their diagnostic mode enabled when you have access to /dev/diag - usually on rooted devices but occasionally on stock. You can ask the processor …
-
comment
Comment #41823403
I submitted a comment to this article but it's unclear if it's going to be moderated or indeed published, here's what I said: I think it's a bit discourteous to shoo Daniel away du…
-
comment
Comment #41803318
Interdictor! That's the one! Looks like the posts start at https://interdictor.livejournal.com/?skip=340 and newer ones can be found via the 'Next 10' link at the lower right. Than…
-
comment
Comment #41803252
I really wanted to reply here with a link to something I recall reading from back when Katrina happened, but I can't find it. If I remember correctly it was someone called Usurper …
-
comment
Comment #40781101
If the pieces of state are all well known at build time - and trusted in terms of their content - it may be feasible to print out JSON 'manually' as it were, instead of needing to …
-
comment
Comment #40430666
Commenting before I've read this latest installment, I'm expecting nothing short of fun technical details and some interesting insights. The first two parts were a really fun intro…
-
comment
Comment #40064906
I wanted to like this but turned it off as I found it too distracting. As a competent programmer I've already got an idea of what I'm about to write in my head, yet having an immed…
-
comment
Comment #38635807
REST isn't too painful yet, but it will be in the not too distant future. As you know, the REST API will deliver a maximum of 2000 records per request, so beyond a certain scale it…