HackerTrans
TopNewTrendsCommentsPastAskShowJobs

apopapo

no profile record

comments

apopapo
·2 tháng trước·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
·2 tháng trước·discuss
"Human Resources" department.
apopapo
·4 tháng trước·discuss
[flagged]
apopapo
·4 tháng trước·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
·4 tháng trước·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
·4 tháng trước·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
·4 tháng trước·discuss
Taxpayers' money used to track taxpayers and finance the advertising industry.
apopapo
·4 tháng trước·discuss
It makes us dumber and dumber.
apopapo
·5 tháng trước·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
·5 tháng trước·discuss
That does not mean everybody systematically is "hurt" like you were. That is a very dangerous extrapolation.
apopapo
·5 tháng trước·discuss
Has anyone managed to run Matrix over I2P or other similar overlay network technologies?
apopapo
·5 tháng trước·discuss
Why would Slack not be affected by the same stupid laws?
apopapo
·6 tháng trước·discuss
All these players will never dethrone DeadBeeF's interface. Foobar2000 simply has the perfect layout - and it's customizable.
apopapo
·6 tháng trước·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
·8 tháng trước·discuss
Overlay networks + libre and open-source software only (preferrably with reproducible builds).
apopapo
·11 tháng trước·discuss
It's not even about "piracy". It's about "unauthorized copying".
apopapo
·11 tháng trước·discuss
Tor is nice, but I still prefer i2p.
apopapo
·12 tháng trước·discuss
What's wrong with committing encrypted secrets? That's how I use `sops`.
apopapo
·12 tháng trước·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
·12 tháng trước·discuss
It's a "for" loop.