HackerTrans
TopNewTrendsCommentsPastAskShowJobs

apopapo

no profile record

comments

apopapo
·il y a 2 mois·discuss
What about the BSD kernels? Other libre/open source operating systems? These laws should be canceled altogether. They make no sense at all.
apopapo
·il y a 2 mois·discuss
"Human Resources" department.
apopapo
·il y a 4 mois·discuss
[flagged]
apopapo
·il y a 4 mois·discuss
It's not only the united states of America. These tyrannical views have been brewing everywhere for years, and there was not enough public counter-narrative to these ideologies.
apopapo
·il y a 4 mois·discuss
If "dis-information" is the core of the issue, then perhaps we ought to start banning religions? Despite doing that, China is a champion of spreading "dis-information" within their own walls. Hostile actors are not foreign, most often they are domestic. The biggest offenders are governments. Only freedom opposes their power, which is why they want to restrict it.
apopapo
·il y a 4 mois·discuss
Sadly it's not only the UK. There is a global push to restrict communication world-wide. The future is very bleak for fundamental freedoms.
apopapo
·il y a 4 mois·discuss
Taxpayers' money used to track taxpayers and finance the advertising industry.
apopapo
·il y a 4 mois·discuss
It makes us dumber and dumber.
apopapo
·il y a 5 mois·discuss
Thanks for sharing. Can you share an estimate of how many tokens it uses over time? Would love to know how much it costs in terms of money.
apopapo
·il y a 5 mois·discuss
That does not mean everybody systematically is "hurt" like you were. That is a very dangerous extrapolation.
apopapo
·il y a 5 mois·discuss
Has anyone managed to run Matrix over I2P or other similar overlay network technologies?
apopapo
·il y a 5 mois·discuss
Why would Slack not be affected by the same stupid laws?
apopapo
·il y a 6 mois·discuss
All these players will never dethrone DeadBeeF's interface. Foobar2000 simply has the perfect layout - and it's customizable.
apopapo
·il y a 6 mois·discuss
> psc uses eBPF iterators to read process and file descriptor information directly from kernel data structures. This bypasses the /proc filesystem entirely, providing visibility that cannot be subverted by userland rootkits or LD_PRELOAD tricks.

Is there a trade off here?
apopapo
·il y a 8 mois·discuss
Overlay networks + libre and open-source software only (preferrably with reproducible builds).
apopapo
·il y a 11 mois·discuss
It's not even about "piracy". It's about "unauthorized copying".
apopapo
·il y a 11 mois·discuss
Tor is nice, but I still prefer i2p.
apopapo
·il y a 12 mois·discuss
What's wrong with committing encrypted secrets? That's how I use `sops`.
apopapo
·il y a 12 mois·discuss
A for loop in a shell script may sometimes look like this:

`for ((i = 0 ; i < max ; i++ )); do echo "$i"; done`

Here this is essentially a "while" loop, meaning it will keep executing the commands as long as we don't reach `exit 1`.

(; flock -n 9 || exit 1; # ... commands executed under lock ...; )
apopapo
·il y a 12 mois·discuss
It's a "for" loop.