Viewing profile — mtrn
mtrn
HN member- Joined
- Tue, Aug 17, 2010, 8:15 PM UTC
- HN karma
- 1,444
- Public activity
- 421 items
- HN profile
- View on Hacker News ↗
About mtrn
hnchat.com:N1jRS58LGuGVd6IotNBO
Recent public activity
-
comment
Comment #27778486
The final step is to break down these monopolies. The government can do that and has done it before.
-
comment
Comment #27778402
Yes and no. I feel that not doing certain things is a very simple thing to "do" things - and I appreciate simplicity. For example, I would probably prefer getting rid of half of th…
-
comment
Comment #27773164
I do not own a car, I do not fly, I buy clothes used or new just once a year. My newest smartphone I bought five years ago (and I just bought a new battery for $10, so I can use it…
-
comment
Comment #20529985
> Was it always this bad and we just didn't see it before? After about two hours of using FB in 2007 I had this crazy feeling that someone having access to all those people's photo…
-
comment
Comment #20095528
Question: How hard would it be to write create open source components to run a DSP collaboratively, e.g. with the power asymmetry created by aggregation > aggregated by DSPs remove…
-
comment
Comment #19924425
I support sourcehut, because I would like to see it evolve, and hopefully keep the no-nonsense UI approach. Having a nontrivial site with a usable interface running without JS in 2…
-
comment
Comment #19838095
We used Jena for a project with 500M triples, the uncompressed file was about 80G. It mostly works fine.
-
comment
Comment #19577493
I managed complex datasets of a few TB with standard Unix tools just fine. If you are lucky, you have a sustained read and processing speed of 200M/s (or more with, if you are put …
-
comment
Comment #18920362
I once taught[1] the building blocks of git (basically bullet time view of a commit) and people found it a bit too theoretical - even though it contained all the elements, that hel…
-
comment
Comment #18179269
I have been using something similar to ~/site/user/project for years and it worked well so far.
-
comment
Comment #18101151
> Maybe I am just naive, but this all seems terrible. I do have most respect for TBH and I would consider everything he thinks and writes about, but this does not sound too good to…
-
comment
Comment #18097194
> What really freaks me out is the day Facebook die, what will happen to all of this data? Interestingly, Facebook owns your data. I believe if they wanted to, they could close the…
-
comment
Comment #17782478
Luigi is a great Python library for building multi-stage pipelines with parameterized tasks. It easily extend to new storage types and targets. We currently use it to build a moder…
-
comment
Comment #17762166
If it's not overdone, an animated walk-through can give you an impression of how simple something is - here a short animation can be worth a thousand words. For more complex topics…
-
comment
Comment #17728832
Modernism. Cause and effect are separated. Or, as Flann O'Brien wrote: If one throws a stone up in the air, no one can tell where it will land.
-
comment
Comment #16886045
I am glad, I do not need to worry that much about these things, thanks to my /etc/hosts file[1]. [1] One of many versions: https://gist.github.com/thomasbilk/1506210/2d20f47bbcca75…
-
comment
Comment #16796298
Yes, I used `load_data` and friends and it is certainly convenient. I was just curious about a kind of open source market place for models, where you could find niche models that p…
-
comment
Comment #16793672
From the abstract: > Sharing the trained DL models has become a trend that is ubiquitous in various fields. Apart from the Model Zoo[1], are there any other sites for sharing seria…
-
comment
Comment #16793639
As a random data point: As I write this, irssi with perl and xmpp plugins consumes about 6M and never gets slow.
-
comment
Comment #16570930
> Did anyone read this book? Just skimmed through a few pages, found a small name error: > Java millennium (Java ME) which is made to create Embedded Systems
-
comment
Comment #15776565
I liked reading: Program design in the UNIX environment by Rob Pike. Sometimes, when I think about which features to add to a program I step back to see, whether a combination of p…
-
comment
Comment #15689840
Thanks for the featuretools project, it sounds really useful. Is it Python 2 only?
-
comment
Comment #15651620
Playing devils advocate here: > What annoys me the most is that, as a small company, I can't evade from my country tax system. I pay the taxes. All of them, at full rate. How about…
-
comment
Comment #15500043
The jq tool is great. Start using it today as a JSON pretty printer and learn it's more powerful features (selection, object creation) as you need them. The only thing I would like…
-
comment
Comment #15500006
> It's XML without the tools. XML can be really powerful, but a lot of real users actually don't know how to use XML. Many just use it as an enterprise version of JSON in which cas…