[ overboard / sfw / alt / cytube] [ leftypol / b / WRK / hobby / tech / edu / ga / ent / 777 / posad / i / a / R9K / dead ] [ meta ]

/tech/ - Technology

"Technology reveals the active relation of man to nature"
Name
Email
Subject
Comment
Flag
File
Embed
Password (For file deletion.)

Matrix   IRC Chat   Mumble   Telegram   Discord

| Catalog | Home

File: 1623984843064.png ( 48.84 KB , 756x556 , 1623949259720.png )

 No.9378[Reply]

While I really don't care about Rust it's weird to see corporations have so much power over Linux.
2 posts omitted. Click reply to view.
>>

 No.9381

>>9380
Any Nordic European who willingly moves to the USA has some sort of major corporate/intelligence backing.
>>

 No.9387

Why would Rust attract new developers? C is much easier than Rust.
>>

 No.9396

>>9387
Rust has a very politically-inclined community full of wokies who are susceptible to trendy politics and zeitgeist, which as we have seen, corps exploit regularly.

Its development and future is also heavily influenced by Mozilla, and the compiler is free of FSF ideology, unlike GCC.

I actually really like Rust, from a technical standpoint, but there is no doubt that it is far more prone to corporate and political influence compared to C.
>>

 No.9397

>>9387
Also, Rust already has an OS project called RedoxOS, so maybe Rustfags need to leave Linux alone and go contribute there. It is MIT licensed though, so it's basically just ripe for any corporation to swoop in and lock up behind a closed license if it ever develops significantly beyond the hobbyist stage. I don't think it will ever attract a large number of contributors due to the license.
>>

 No.9398

>>9396
I couldn't give a fuck about le SJWs. Linux is already full of contributions from GPL-hostile companies and that didn't change anything.
You can compile Linux with clang, but you can't compile rust with GCC and the based motherfuckers at FSF already recognized this trick and are working on their own GPL compiler. Let's hope they succeed.


File: 1623876014988.png ( 570.4 KB , 849x550 , 1623616859869.png )

 No.9317[Reply]

How does anyone use the APP? I have tried to use that app over and over again and i just can't get adjusted to it.
This isn't a knock on the devs or the hard work they have done or the people who use it. It has done a lot of good and with out the app we very well wpuld have probably been put on a different time line where the forces pf evil and the bunker won out.

That being said, I just don't get it. Aesthetically the app is very jagged and rough on my eyes. When in comparison to just the normal browser view I still get to pick my themes and the themes look like they do on my desktop machine. There's also just the general browsing experience. The browser allows me to judt browse the board as if i was on my desktop, but, the app just feels counter intuitive to the browsing habits of imageboards i have acquired over the years.

Can some one explain to me?
>>

 No.9377

File: 1623981751598.jpg ( 831.34 KB , 1080x2340 , screenshot.jpg )

>>9317
Catalog mode feels pretty nice to browse the boards

And I think you can change themes in the settings (although they're not the same as the browser)


File: 1617986347648.jpg ( 406.96 KB , 1280x720 , sicp-shota.jpg )

 No.7742[Reply]

Hello there, /tech/ comrades.

I am passing by to let you know that a Matrix chat for /tech/ talk has been created! The chat has been added to the official leftypol community. This chat is meant to serve as a place to talk tech and programming in general.

Come join us! The link is: https://matrix.to/#/#leftylambda:matrix.org?via=matrix.org

This chat will also be hosting an SICP /read/ing group. That is, we will be studying the book "Structure and Interpretation of Computer Programs" and helping each other solve the exercises. For those unaware, SICP used to be the introductory textbook for Computer Science classes at MIT back in the day, and remains a cult classic to this day. It can be used as a general introduction to programming, but will also be rewarding for those more experienced.
32 posts and 10 image replies omitted. Click reply to view.
>>

 No.9358

File: 1623953919041.pdf ( 94.15 KB , 67x118 , automata-via-macros.pdf )

>>9353
Macros are evaluated at compile time. Lisps are known for their awesome macros. You don't get to write any for SICP, but see pic. related for an example.

However, dynamic dispatch is dynamic, you can't do that at compile time. If you knew what kind of data you will have to handle at compile time, you wouldn't need the dynamic dispatch. Fortunately symbols are identical (every time you evaluate 'sicp, you get back the exact same value), therefore they can be trivially and more importantly very quickly and cheaply compared. With a "sufficiently smart compiler" it should be possible to generate very efficient dynamic dispatch. But it will depend on both the Scheme implementation and the code you write. I'm not sure if any actually does it.
>>

 No.9365

>>9358
Thanks for the pdf, I'll check it out.

What I was thinking of was the fact (with the impl. in the book) that the cost of dynamic dispatch for towers scaled for every operation as the height of the tower grew, which is much worse than the single indirection OOP languages usually have for virtual member functions.

While reading this book, I also thought about the fact that everything is a linked list. Isn't this horribly inefficient compared to classes with contiguous memory, where you can access any member in constant time? Are the lisp's out there smart enough to cope with this?

Don't get me wrong, so far it looks extremely versatile, but the lack of static typing, contiguous data and so on spook me.
>>

 No.9366

>>9365
Lisp has vectors (which are contiguous). The book's primary goal is not to make you an efficient lisp programmer, rather it is to teach general programming principles via lisp.
I wouldn't judge lisp based on the pedagogical implementations given in sicp.
>>

 No.9367

>>9366
Good to hear, it's just something my C++ autism has been nagging me about throughout
>>

 No.9368

Btw, we're now done with chap. 2!

Until 2021-06-25:

* 3: Modularity, Objects, and State
** 1: Assignment and Local State
*** 1: Local State Variables
*** 2: The Benefits of Introducing Assignment
*** 3: The Costs of Introducing Assignment


File: 1617882114061.png ( 638.66 KB , 1600x1200 , gnu-linux-black-wallpaper.png )

 No.7700[Reply]

What are your favorite distributions and why?
16 posts and 2 image replies omitted. Click reply to view.
>>

 No.9259

>>9247
Why don't you?
>>

 No.9260

File: 1623753876229.png ( 62.51 KB , 295x273 , 1621539959934.png )

>>9258
LM was the first OS I ever used for Linux and if you are openly making declarations of your laziness then I can't fault you. Hell, I use Gentoo on my desktop but i installed Ubuntu on my laptop just out of sheer laziness. Mint is a great Os though and I can't knock you for using it for the sake of laziness.
>>

 No.9261

Fedora for desktop and Centos for servers.
>>

 No.9264

Debian, because it just werks
>>

 No.9351

Debian. Works for almost every use case from making old computers still useful to my daily programming work, container shit, server side stuff, etc. and has a massive community that ensures that you have reasonably up-to-date versions of every software within the linux/unix ecosystem.

Also it helps that at least some who use and develop for it still have an ideological inclination towards the FSF and real free software instead of being fronts for corporate shit (Fedora, Ubuntu, etc) or total sellouts like the user-focused ones whose priorities lie more towards being Apple clones in functionality instead of free software.


File: 1621049915255.png ( 19.62 KB , 1200x630 , 1621021893932.png )

 No.8483[Reply]

Another honeypot takes its mask off.
41 posts and 6 image replies omitted. Click reply to view.
>>

 No.8759

>>8742
is it better than briar?
>>

 No.8763

wait what happened?
>>

 No.9177

>>8742
What are you suspicious about? The concept you just laid out sounds highly solid to me. Paying people to host a node sounds like a wonderful idea in terms of keeping a network uncompromised?
>>

 No.9182

>>8742
>This network is built around some cryptocoin

ugh no thanks
>>

 No.9343

https://github.com/LibreSignal/LibreSignal/issues/37#issuecomment-217211165
Remember when Marlinspike got his panties in a bunch over someone making a version of signal that doesn't need google?


File: 1619953310090.jpg ( 153.29 KB , 640x966 , laura-ockel-RoZWxeFL27k-un….jpg )

 No.8216[Reply]

Title gives my conclusion from empirical events I witnessed and inside info. PSP runs on the same circuit, but isn't the backdoor per se, which has been around for much longer.

Just like AMD was able to change the crypto algorithms for the Zen chip they licensed to China, they can change how the CPU behaves at any system, even those already deployed. This can be used to sabotage any program or computation, making BadBIOS (uses radio, not sound) vastly nastier than StuxNet.

American military made a grave mistake by giving access to the morons of the Brazilian military, who are letting knowledge of this spread like a fire (and misusing it for petty profit and inside jobs to justify a police state). Israel, UK and France also have access, but are much more professional.
17 posts and 1 image reply omitted. Click reply to view.
>>

 No.9313

>>8216
>BadBIOS (uses radio, not sound)
Just don't have a radio mic or speakers?
Whats to stop you from popping open your laptop or cell phone and wireclipping the LTE/speaker cables.
>>

 No.9314

>>8216
honestly who cares if ur not gonna do a crime
>>

 No.9318

>>9314
well he can't admit to planning one nowadays can he?
>>

 No.9327

File: 1623919565475.jpeg ( 128.98 KB , 651x769 , knowledge is power.jpeg )

>>9314
>honestly who cares if ur not gonna do a crime
>>9314
well he can't admit to planning one nowadays can he?
it's never been about crime
Knowledge is power, if corporations or other organisations know more about you as you know about them, they have an knowledge advantage over you that lets them politically disenfranchise you. Class societies have a class war going , and the surveillance stuff is them following the doctrine of "know your enemy". Even if you are just a rightist social democrat that wants bourgeois democracy with welfare capitalism, you have to insist on completely removing the state and corporations from personal devices and home networks, or you' won't even be able to have bourgeois democracy.

Even if the proletariat has robust control over the state you would still make personal devices off limits, people store their personal lives in these things and it's almost like violating bodily autonomy if you give powerful organisations access to personal devices. You wouldn't want to be frisked by the police in the offline world even if you have nothing to hide, so it's not ok to do that in the online world.

It's also really stupid for strategical considerations, the NSA or big tech is not securing the access they have to your machines, so even if you are fine with making people corporate serfs without political rights, you would still hand them over to basically moderately tech-able organisations that can buy cyber-break-in tools from the grey market. Basically the backdoors to your computer and communications will become available to your local mafia, eventually, because big organisations leak what ever trick they develop.

For a strong socialist society the reasons are different, people cannot be politically disenfranchised even if you backdoor devices. But it would still compromise your technology and infrastructure. You have no reason to believe that a socialist society would be better at securing "the other end of the backdoor". It makes your society vulnerable to coordination-collapse-attacks. An example of this type of attack was the Soviet block dissolution. The entire economic system relied on the central planning buro for economic coordination and once the neo-liberal coup was able to bPost too long. Click here to view the full text.
>>

 No.9341

>>9327
GOOD post.


File: 1621435213129.png ( 1.05 MB , 1110x405 , ClipboardImage.png )

 No.8606[Reply]

12 posts omitted. Click reply to view.
>>

 No.8800

>>8621
Fuck u irc is based
>>

 No.9319

File: 1623898583213.png ( 5.6 KB , 640x400 , 1623894384424.png )

>>

 No.9322

>>8652
the underlying technology is more or less fine but in recent years i rarely find non-software IRC channels that aren't just a shit circlejerk of cunts who've been on there since 2001, which has about one conversation a day which you've got no hopes of breaking into because people are here to talk to their friends, not the "new" guy who'll fuck off after 6 months of being ignored.
the internet is shit.
>>

 No.9325

File: 1623912055668.jpg ( 77.67 KB , 600x600 , 1623346431675.jpg )

>>9319
OH NO NO FREENODE BROS WE GOT TO COCKY!
>>

 No.9334

>>9319
What happened to Undernet at the same time?


File: 1620426870732.jpeg ( 12.5 KB , 474x266 , image.jpeg )

 No.8356[Reply]

Matrix/Element is a fucking joke. Do I seriously need to not delete cookies to have access to encrypted DMs that were sent when I was offline? This completely defeats the purpose of using it via tor.

Its development has been slow and lousy but this issue is the one that takes the cake.
11 posts omitted. Click reply to view.
>>

 No.9284

>>9279
it depends on what you're using the matrix account for. If you want them to be linked, then use your personal email. Otherwise, get a new email.
Simple flow chart to use when deciding what emails and information to use with everything, i guess. FWIW I recc using a different email for everything, unless you have a strong need to tie together a persona like for work, or between social media accounts.
>>8403
I think that's just how it is. It's shit if you log out. (actually some anon said there's a way to preserve sessions while opening a new one?) Maybe XMPP+OMEMO is better???
basically tho don't ever log out, and use the element client not web client
i havent tried any other than element, like nheko and others
>>

 No.9285

>>9284
Thanks for your reply. Any advice on secure email providers? I remember reading that the Russian one is good for privacy.
>>

 No.9288

>>9285
>secure
oops!

Secure from who? Hackers? Surveillance capitalism? The NSA? Your boyfriend? Bears?
Email in general is shit, avoid where you can, but I know you can't always.
>>

 No.9292

>>9288
>Hackers? Surveillance capitalism? The NSA?
I meant from these lot. I know it'll never be completely secure, but is there anything better than Gmail?
>>

 No.9323

>>9285
>>9292
i used to use cock.li but they stopped letting you make new ones because supposedly glowies were using their shit for anonymous emails or something
honestly i suspect the exact opposite is what's happened, but whatever

basically anything that lets me register an email with no identifying data over tor is all i want. There's mail2tor or something, and there's DNMX which i guess advertizes scam sites but just don't click on shit basically.

Always assume your email provider sees everything, because they can. If you dont want them to see contents, encrypt it. If you dont want them to know who you are, tor is good enough for me but maybe just consider hosting your own email server at that point, or at least using a mail server on your computer rather than webmail just so you can avoid javascript… if that's not enough, i dont know i mean there's always contrived ways to increase security like if you're not wanting to be found literally (literally) by nsa investigations or very motivated hackers rather than just random bullshit, this might not be enough, but for the non-hyperterrorist basically that should work, just any email u can register over tor anonymously and for free, and then assume they read ur emails or sell the contents and then just don't use email for important shit unless ur using pgp


File: 1623816419219.png ( 320.75 KB , 3368x2964 , 1623795290270.png )

 No.9287[Reply]

The ways corporations try to fight piracy are becoming increasingly more retarded and convoluted. Thank you World Economic Forum.
>>

 No.9289

>>9287
What does the picture mean and what is a t-shirt license ?
I was expecting to hear about men with peg legs, eye patches and hook-hands.
>>

 No.9294

>>9289
>How digital authentication could drive a resale revolution for fashion


File: 1623812477925.jpg ( 57.31 KB , 720x828 , 1623811672208.jpg )

 No.9286[Reply]

The revolution will be formed of both human and robot proletarians.
>>

 No.9291

File: 1623838152406.jpg ( 105.99 KB , 1600x914 , Lenin mashine mind.jpg )

yes


Delete Post [ ]
[ overboard / sfw / alt / cytube] [ leftypol / b / WRK / hobby / tech / edu / ga / ent / 777 / posad / i / a / R9K / dead ] [ meta ]
[ 1 / 2 / 3 / 4 / 5 / 6 / 7 / 8 / 9 / 10 / 11 / 12 / 13 / 14 / 15 / 16 / 17 / 18 / 19 / 20 / 21 / 22 / 23 / 24 / 25 / 26 / 27 / 28 / 29 / 30 / 31 / 32 / 33 / 34 / 35 / 36 ]
| Catalog | Home