Viewing profile — cosarara97
cosarara97
HN member- Joined
- Sun, May 26, 2013, 1:54 PM UTC
- HN karma
- 553
- Public activity
- 178 items
- HN profile
- View on Hacker News ↗
About cosarara97
Recent public activity
-
comment
Comment #16755482
This is kind of an offtopic question, but regardless: Is there any application written in smalltalk in the debian repository? (or any other linux distro)
-
comment
Comment #16484580
Gamers use steam, not the windows store.
-
comment
Comment #16291628
How do they compare to the telegram desktop client? Are they electron apps?
-
comment
Comment #16235672
Bitcoin's energy use will tend to raise to match the mining profits. As long as both BTC's price and transaction fees keep raising, the energy miners spend will continue to raise. …
-
comment
Comment #16146689
In my experience, a misbehaving linux system that's out of RAM and has swap to spare will be unusably slow. The process of switching to a tty, logging in, and killing whatever the …
-
comment
Comment #16108736
AMP, that thing you have never seen in the wild if you run firefox on your phone.
-
comment
Comment #16047061
IANAL, but I think you can't infringe copyright if you are not distributing anything. OCR is not distribution.
-
comment
Comment #16040334
If signal users can be counted on one hand, people using gpg can be counted on a finger.
-
comment
Comment #16039289
SHENZHEN I/O is the actual name: http://store.steampowered.com/app/504210/
-
comment
Comment #16032038
Isn't sdl2 a lot smaller than qt5?
-
comment
Comment #16027388
Shouldn't apache have been running under the "apache" user instead of root?
-
comment
Comment #15963446
There is the issue of the account. Whatsapp and Telegram are free (signal too?) and require 0 setup. With Conversations, you either have to pay for a conversations.im account, or o…
-
comment
Comment #15956854
The author can't read the comments if people only make them on other platforms.
-
comment
Comment #15955159
Can ulimit help here?
-
comment
Comment #15951213
And doctrine DBAL vs doctrine ORM
-
comment
Comment #15949318
> Will coinbase honor the price when order is placed ie if it shows $19700 then will it let me buy 0.1 BTC at this price? No, neither the price at which they actually allow you to …
-
comment
Comment #15948641
I bought a nintendo switch with zelda, and the cartridge wasn't detected the first time I put it in. Took it out, blew a bit on it, back in, working perfectly! Some things never ch…
-
comment
Comment #15891578
You can run a traditional init in debian. Systemd is just the default.
-
comment
Comment #15871508
I wonder what was the reasoning behind adding those spaces for everybody.
-
comment
Comment #15825162
Even without house rules, it depends on the way people play. In my family, monopoly is played in a very anti-social way, where the main goal seems to be preventing other's victory …
-
comment
Comment #15688962
> Which everyone will tell you not to do. Why?
-
comment
Comment #15649371
I thought Palemoon was basically firefox?
-
comment
Comment #15574780
If anyone wonders, "pas a pas" means "step by step" in Catalan.
-
comment
Comment #15570182
There is no death penalty in Spain.
-
comment
Comment #15568582
Vagrant gives you a full VM with a traditional init system. Docker is usually used without an init (or a very dumb init), so you'll have different containers for each service. It's…