HackerTrans
TopNewTrendsCommentsPastAskShowJobs

apopapo

no profile record

comments

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