Viewing profile — epmos
epmos
HN member- Joined
- Fri, Sep 10, 2010, 11:40 PM UTC
- HN karma
- 48
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About epmos
No profile information was provided.
Recent public activity
-
comment
Comment #39925850
I do not know the details of Apple's file system, but I wouldn't be surprised if it needs to allocate space for the log (journal) and can't do so. That isn't reasonable in the sens…
-
comment
Comment #36385246
Rutile is used in refractory bricks and the import was of the ore mineral. So not completely unbelievable. https://en.wikipedia.org/wiki/Rutile#Application
-
comment
Comment #36013821
Due to that convoluted life cycle, we are not sure why the population is declining drastically. The numbers of young eels arriving in Europe in recent years is only 10% what it was…
-
comment
Comment #34333305
Another article on the same topic from a year ago: https://www.smithsonianmag.com/science-nature/how-can-ant-an...
-
comment
Comment #33121043
No-one else mentioned it, so I might suggest punched tape. https://en.wikipedia.org/wiki/Punched_tape There is always a trade-off between mass, durability, and data density. I know…
-
comment
Comment #32023766
I don't think that would explain the difference. Using a quick look at https://covid.cdc.gov/covid-data-tracker/#trends_totaldeaths I see covid deaths as: 2019 : 0 2020 : 361,236 2…
-
comment
Comment #31743260
This is moderately common for environments where you are pushing a lot of startup work into the dynamic linker and will be launching processes frequently. Loading shared libraries …
-
comment
Comment #31142263
> But it seems odd that they wouldn't at least save a LUT relating the shortened and expanded variable name. BASIC implementations based on Microsoft BASIC store tokenized program …
-
comment
Comment #31077514
Yes. Nearly everything about vehicles has US federal and state regulation. Headlight regulations being stricter in the US are why US versions of European cars up until about the 19…
-
comment
Comment #30836811
> (Empress probably) Augustus' parents were not emperor/empress--he was the first person to have that title.
-
comment
Comment #28509830
> no free as in freedom C++ or Objective-C compiler G++ was available in 1990. I don't recall when Objective C became available in GCC, but it was present in at least gcc-2.2.2 in …
-
comment
Comment #28232278
Actually, there is already a standard way for someone to type these with the control key. To be specific, they are: FS: ^\ GS: ^] RS: ^^ US: ^_ Since these delimiters are not much …
-
comment
Comment #26669366
> Not only is it what they intended, it is what they explicitly wrote into law as the definition You are correct, of course. I don't think however this is as crazy as it seems at a…
-
comment
Comment #26428713
tar was designed for tape, so you can specify a volume size for the output and it will break it's output into segments of that size. Using split isn't required. The options in gnu …
-
comment
Comment #23219756
This made me wonder how long since I had last logged into HN. About that long, though I had commented before that.
-
comment
Comment #12229763
I'm guessing, but since in other contexts metals are used as a catalyst to decompose HOOH I suspect that it protects your hands from direct exposure. This would release a lot of he…
-
comment
Comment #8924959
> Interesting how nearly all the sites are so darned close to the shore. Most of the sites do not have a known location. Or at least, not known to the people producing the map. Cli…
-
comment
Comment #8305849
I tend to do this in my C programs because in development usually have malloc() wrapped so that if any block hasn't been free()'ed it's reported at exit() time. This kind of check …
-
comment
Comment #2446793
I remember reading about it at the time. As I recall, some units had gotten in before the majority were seized. I have a CD32 ( complete with an SX-1 ) in my garage that likely was…
-
comment
Comment #2444446
Amusingly, I had exactly the same idea and registered a domain intending to create a site doing this as well. I then promptly kept working on my day job until 4am, so haven't done …
-
comment
Comment #1680556
> Also, that Amazon EULA is quite strange. You aren't allowed to "synchronize" the music file you bought? Actually, "synchronize" in copyright has nothing to do with copying a file…