HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ruslan

567 karmajoined il y a 19 ans
C/C++. Unix. Electronics. HAM. CNC. Ice hockey.

comments

ruslan
·il y a 3 jours·discuss
I wish these guys luck in finding their customer. Really. Because real solution to the problem would be to hire old-style developers to rewrite the whole slop from scratch without AI being involved. Fixing broken slop is Sisyphus's labor.
ruslan
·il y a 27 jours·discuss
I would expect CDE (or NsCDE).
ruslan
·il y a 27 jours·discuss
Cannot find what are the min HW requirements ? What min RAM/HDD/CPU to get simple X11 environment ? Will it run on 486DX2-66 ?
ruslan
·il y a 29 jours·discuss
> Fastmail reads or analyzes users email to sell ads? Fastmail trains ai models on their user's email messages?

Even though they have not been caught, it does no mean they are not doing so. We live in the world of zero trust.

> Metadata is more valuable than message content for analysis. GPG solves that how?

In most cases yes, only From: and To: headers are exposed.
ruslan
·il y a 29 jours·discuss
Delta Chat is an email client I use and advise to my correspondents, it does GPG stuff quite comfortably. Yet it still requires understanding of the process.
ruslan
·il y a 29 jours·discuss
> The second is AI assistance: tools that summarize your inbox, surface action items, draft replies, and in some cases take actions on your behalf.

That is the most evil part. Finally we will have bots talking to bots, no human in the loop.

All email problems can be solved with GPG, but that ruins Fastmail and other email services business, as they won't be able to read and analyze their users' emails. No ads, no selling user profiles to ad companies, not even teaching AI on user data. This is the kind of future of email I would like to see. Sadly, noone uses GPG and it's quite hard to teach people to do it.
ruslan
·il y a 2 mois·discuss
I think I know quite some things about OS internals, but not that much as a guy how writes device drivers daily. Would happily read such book to get in par with the author.
ruslan
·il y a 2 mois·discuss
> This book has negative value. It is actively destructive to FreeBSD, even if in the short term it boosts the author's public profile.

I won't be that radical, the book still has value. There are many useful code samples with descriptions and explanations of concepts I did not know before. But to get to them one has to dig through a forrest of useless tokens. Someone has to pass it through an LLM and publish distilled edition. :-)
ruslan
·il y a 2 mois·discuss
> This book is a dishonest AI scam.

Indeed! I read through a couple of paragraphs. Each begins with a bloated introduction where each sentence repeats same idea many times in different words. Lot's of bullets repeating same statement. That's exactly how LLM scam looks like. The whole book is full of water. It can be reduced in size by a factor of 5.
ruslan
·il y a 3 mois·discuss
How about demo-design ? I mean good old PC demoscnece. Try to fit something feasible into 64K.
ruslan
·il y a 3 mois·discuss
Do not pay for premium accounts, use their freemium service to death! Let them die hard!
ruslan
·il y a 4 mois·discuss
Excuse me for being ignorant, is Seccomp what SELinux is based on ?

Also, what is well-known piece of software that uses Capsicum on FreeBSD ? Can someone name a few ?
ruslan
·il y a 6 mois·discuss
When I was watching that Lunduke's video a couple of days ago initially I was thinking he's just making a joke of that Vendefoul Wolf distro on 200MB box. I recalled using FreeBSD as access server with lots of modems (PPP/SLIP), Apache, Samba and QuakeWorld server running on a box with just 32MB of RAM. That was also my daily working machine with XF86 and Enlightenment desktop manager, circa 2000. So, 200MB is a whole lot of memory!
ruslan
·il y a 6 mois·discuss
That's interesting, thanks. I feel a need for simple multitasking/networking OS for synthesizable RV32I core (not RTOS like, but more like Unix or CP/M). Would be nice to try Plan9 on it once port is out.
ruslan
·il y a 6 mois·discuss
I use one written in SpinalHDL. :-)

Next question is how much RAM it needs to boot and can it be used without rio ?
ruslan
·il y a 6 mois·discuss
Is there Plan9 port for RISC-V (RV32I) ?
ruslan
·il y a 6 mois·discuss
Ice hockey player also here. Defence. Pretty neat analogy with Google. :)
ruslan
·il y a 7 mois·discuss
Did you see tamatoes harvested that way ? They are suitable only for producing sauce.
ruslan
·il y a 8 mois·discuss
Exceptionally good reading!
ruslan
·il y a 9 mois·discuss
Get two FTDI FT232RL chips, connect them together on serial side (RXD->TXD, TXD->RXD, GND<->GND). Plug into USB ports of your computers, run terminals (or any other software that supports serial I/O), send/receive data. Can use XYZModem to send files, PPP for TCP/IP networking, etc. No programming involved. Cheap as hell.