[ home / rules / faq ] [ overboard / sfw / alt ] [ leftypol / edu / siberia / latam / hobby / tech / games / anime / music / draw / AKM ] [ meta ] [ wiki / tv / twitter / tiktok ] [ GET / ref / marx / booru ]

/tech/ - Technology

"Technology reveals the active relation of man to nature" - Karl Marx
Name
Options
Subject
Comment
Flag
File
Embed
Password(For file deletion.)
What is 6 - 4?

| Catalog | Home
|

File: 1652419869338.png (105.3 KB, 284x177, ClipboardImage.png)

 

Is crypto finally dying? From this crash

Are the prices gonna go back to normal after the middle aged mid-life crises geeks sell their stuff

I can't wait
7 posts and 1 image reply omitted.

>>14887
We can always kill bitcoin users and hit mining operations with ballistic missiles.

File: 1652864949895.jpg (25.01 KB, 600x600, smug soy3.jpg)

>>14887
i will invoost and i will be happy

>>14848
Biden admin passed crypto regulations, its just taking a while for the treasury to implement it

Any Marxist analyses on the nature of crypto?

>>21540
it's a speculative asset that really only exists because it feeds from all the excess money printing that is used keep the other asset bubbles from popping in this hyper financialized economy. It really is just a symptom of excess money printing. Just watch when Fed rises interest rates and cryptos plummet because that means no more free money to inflate the bubble and keep the illusion of growth and value going.



File: 1676899032493.png (110.33 KB, 927x1307, shellancestry.png)

 

Post shell scripts and other small utility programs.

>Why should you write shell programs?

They allow you to do menial tasks in a matter of seconds or add quick fixes to special purpose text data formats (subtitle timing).
Most of my scripts handle filenames, to help with sorting my data collection. I already do most file operations in a terminal, so these were easy to automate.

I just wrote a downloader for a set of wordpress-based manga viewers dependent on readm.org, specifically daomanga.com:
#!/bin/sh
wget -O- $1 | fgrep '"images":' test.html | cut -d ']' -f 1 | cut -d '[' -f 3|tr , '
' | tr -d '\' | xargs wget

The first wget is needed to cope with redirections. Notice the lack of sed or any regular expressions.

My notes are written in a dialect of org markup. This script processes it into troff with ms macros. Normally it only generates line breaks, headings and the titlepage while leaving anything else intact, particularly eqn characters.
When it finds a semicolon, it applies some formatting to the rest of the line. I never use it though.
#!/usr/bin/awk -f

BEGIN {
    FS="\n";
}

/^$/ {
    print ".sp"; do getline; while($0 == "");
}

/^*/ {
    i=index($0, " ");
    if(i != 0) {
	print ".NH " i-1; print substr($0, i+1); print ".LP";
	next;
    }
}

/^#\+/ {
    i=index($0, " ");
    switch(substr($0, 3, i - 3)) {
    case "TITLE:":
	print ".TL"; print substr($0, i);
	break;
    case "AUTHOR:":
	print ".AU"; print substr($0, i); print ".AB no";
	print ".AE"; print ".LP";
    }
    next;
}
    

/;/ {
    i=(i=index($0, ";") + index(substr($0, i), " "));
    split(substr($0, i-1), s, " "); # r=0, ul=1, bl=2
    printf("%s", substr($0, 0, i-2)); d=0;
    for(i in s) {
	f=""; g=""; w=s[i];
	switch(substr(w, 0, 1)) {
	case "*":
	    if(a[d] == 2) {
		if(--d == 0) f="\\fR";
		else if(a[d] == 1) f="\\fI";
	    }
	    else {
		f="\\fB"; a[+
Post too long. Click here to view the full text.
20 posts and 2 image replies omitted.

You can learn Bash at https://tldp.org/LDP/abs/html/index.html
You can learn Sed and AWK at https://www.grymoire.com/Unix/index.html

>>18498
The bad thing about PowerShell is that it has so long start up time (at least on M$ Windows), so it's not pleasant to use it as a login shell. It's also verbose language. Is there a good resource for learning PowerShell? I already know the very basics. The reason why I'm interested in PS is that it's something new instead of another version/extension of sh. I'm also interested in elvish, scsh (Scheme Shell) and other similar projects for this same reason.
* https://elv.sh
* https://github.com/scheme/scsh
* https://cliki.net/CLISP-Shell (bonus - Clisp as shell)
* https://wiki.archlinux.org/title/Shell#Alternative_shells (more?)

>>21644
>Is there a good resource for learning PowerShell
Xah Lee has a pretty good tutorial, I used to be a powershell skeptic before he made a convincing case for it
http://xahlee.info/powershell/index.html

As for other shells, rc also does a good job of addressing some of bash's infelicities. It has a cleaner syntax while hewing more firmly to the UNIX philosophy.

>>21644
Does anyone ever even used Powershell except for backdoor purposes? I never seen it.
Glad it's their though. MS really are retards.

>>21700
Powershell is heavily used in the IT industry to manage networked windows boxes.

>>21709
>>21700
you can also use it to provision AWS or Azure infrastructure along side python or terraform



File: 1650937048901.jpg (279.77 KB, 1536x2048, FRDvW8mXMAUyCMg.jpg)

 

Maybe one day we won't be able to use elevators without a smartphone.
17 posts and 4 image replies omitted.

>>21466
you need to pay for a premium account to host your own repository though, rip

File: 1693911635036-0.png (3.83 KB, 368x147, notabug.png)

File: 1693911635036-1.png (2.49 KB, 368x106, 0xacab.png)

File: 1693911635036-2.png (2 KB, 368x83, repoorcz.png)

>>21466
>>21467
here are a couple others with the scripts that they use
notabug.org
0xacab.org
repo.or.cz

File: 1693911890610.png (4.85 KB, 350x184, notabug.png)


>>14522
this just smells like a target for hackers

>>14522
How to get sued 101: this idea.

Like there's hospitals in my state that can operate without someone pressing a button, since Jews observing shabet can't use electricity – if there's a 100 reasons this leads to a lawsuit, this would be 101.



 

I’m installing linux for the first time, what distro should I use? I’m fine with it taking hours to set up, as long as it’s free. I ain’t paying for that shit. I was leaning towards gentoo but what do you guys think?
93 posts and 12 image replies omitted.

>>7262
"'Ubuntu"'

>updated repos and packages

>easy to use
>stable and sane default gui (gnome)
>can be customized
>community support
>not a hobby project

>>16374
>needs 40seconds to open firefox

>>16374
canonical glows in the dark and there is no reason to use it over mint (that removes the occasional telemetry) or any other luser friendly distro.

>>7262
macOS Ventura

File: 1695648785201.png (47.88 KB, 512x512, 016b5683199e93a9.png)




File: 1695115966648.jpg (46.83 KB, 800x450, arm-processor.jpg)

 

ARM seems to be the future of consumer computers of all kinds (PC, laptop, consoles, phones,…) What are your thoughts about it? Would it be possible to make an ARM computer as upgradable as a "normal" x86 computer?

RISC-V is the future of computing.

>>21633
true

RISC-V is what richard stallman would use(he said it himself in one of his talks) if there was a notebook with RISC-V because it doesn't have a backdoor like Intel ME/AMD PSP.

but for now I'm using backdoorless CPUs until RISC-V is more accessible.

File: 1695131839892.png (344.83 KB, 613x595, ClipboardImage.png)

Porting all the x86 software will require a lot of effort for it to happen on all platform. PCs will be the most resistant to this IMO.

>Would it be possible to make an ARM computer as upgradable as a "normal" x86 computer?

why not? Most arm PCs are SoC right now as I understand it

>>21633
Not for a while though. In the long term probably, just because ARM is yet another middleman leech for those who do the design and manufacturing. RiscV already popular in all kinds of auxiliary and embedded chips. Burgers will try to cut their non client states (China) off from ARM and that will push RiscV towards becoming the new standard.

>>21635
Virtual Machines with CPU emulation has matured to the point you don't get much a performance hit when not talking about stuff like games (due to latency added with translation layers). Thus for productivity right now one could run most software on Arm or Risc-V. This was actually IBM's plan for the PPC platform in the early 90s but back then IBM was incapable of a unified grand strategy where only their departments working on PPC envisioned running Dos&Windows software on VMs on PPC machines running AIX (Unix).



 

what does /tech/ think of chatGPT? does it have any utility with regards to leftist organizing?

>article for those not in the know

https://www.cnet.com/tech/computing/why-everyones-obsessed-with-chatgpt-a-mind-blowing-ai-chatbot/
203 posts and 43 image replies omitted.


https://theconversation.com/ai-systems-have-learned-how-to-deceive-humans-what-does-that-mean-for-our-future-212197
>In another example, someone tasked AutoGPT (an autonomous AI system based on ChatGPT) with researching tax advisers who were marketing a certain kind of improper tax avoidance scheme. AutoGPT carried out the task, but followed up by deciding on its own to attempt to alert the United Kingdom’s tax authority.
lol

US SOF recently publically acknowledged that they use AI to precog happenings on social media. They also acknowledged that Activision assists them using AI to monitor live conversations on COD.

>>19477
> Krishna said that hiring in back-office functions like human resources will be suspended or slowed, affecting roughly 26,000 non-customer-facing roles.

your job seems safe, buddy,

>>19736
> Literally hundreds of people have written blog articles about this exact function.

LISP programmers writing factorial toy functions is literally a running gag lol



File: 1694078443004.png (34.8 KB, 515x486, ClipboardImage.png)

 

>checking for web hosts
>see 1984.hosting inb4 muh orwell
>notice https://litigation.1984.hosting
<>[…] Icelandic lawyer to ask Icelandic courts to compel 1984 Hosting Company to discontinue the hosting of the web site mapliberation.org
<>This site is legal, legitimate political speech and there is no instigation to violence or hatred on it. We will defend our hosting of this website all the way to the highest court in the land, if necessary
>mapliberation
>and 'muh free speech'
>oh god its not going to be pedo fucks is it?
>please dont be that

>turns out its an indigenous tribe mapping project and im guessing ADL are just mad that its pro-palestine and mentions the ADL by name

lol
3 posts omitted.

>>21501
>>21502
Not burger. MAP is a euphemism lolberts try to push, 'minor-attracted person' or some shit, so it comes up a lot on imageboards when they're being told to fuck off. Seeing the word next to liberation brings to mind their screeching.

>>21505
imageboards fucked your brain

This is why it's easier to just host shit like this on a .onion and don't worry about these assholes.

>>21505
Erase it from your brain. MAP means Multi-Animator Project. Retvrn to Warrior Cats.

>>21517
oh cool warrior cats



File: 1690856360370.png (152.05 KB, 1200x684, ClipboardImage.png)

 

>soundcloud won't let you skip ahead on tracks without an account anymore
the walled garden is closing in
11 posts and 1 image reply omitted.

>>21179
you people couldn't bully anyone

>>21179
>>21180
no one cares, please fuck off

>>21133
works on NewPipe.

Soundcloud wouldn't let me post this 10 minute Depeche Mode remix I spent 3 days working on, after mixing it during a live set.

If I can't post Depeche Mode remixes, what can I do on this shit ass platform? What am I paying 20 dollars a month for?

anyway, download that, steal this shit.
https://erikhoudini.com/Houdini%20Blog/depechemodepersonaljesushoudinimix

>>21478
nice mix im kinda suprised they took it down but now that I think abt it alot of the copyright infringing material I see on soundcloud is kept hidden although gatekeeping leaks might not be super comparable to your predicament



File: 1657695687526.jpg (9.77 KB, 512x512, ia.jpg)

 

The Internet Archive being in danger is another good reminder that YA writers fucking suck. Neil Gaiman especially is a hack.
Gaiman and some fucking Star Wars writer lol (and several other companies) are suing the Internet Archive to stop lending books due to copyright and it could potentially fuck over the site and by an extent, the Wayback Machine.
86 posts and 21 image replies omitted.

>>19057
He wrote some pretty banger lyrics though

>>15811
>intellectual property was a mistake
us programmerfags have been yelling that from the rooftops and pushing through free software that reverse engineers or replicates such "patented intellectual property ideas" for ages.

the biggest opposition to us have been precisely the kind of people who live off royalties instead of their labour, because they want to claim ownership of "work" like an idea or a performance in time (like book writers) which they can rent-seek off of in perpetuity.

attempting to restrict ideas through ownership or things that can be easily replicated, like information, is enforcement of artificial scarcity and an evil thing to do.

File: 1681527582043.png (219.71 KB, 2776x644, swtpc6800_FloppyDisk.png)

>>19233
It comes from this misconception that your have individual innovations by individuals. Ignoring that innovations don't exist in a vacuum rather it is a process as a collective effort and the more you try to innovate on the individual level the less progress you actually make.

Feeling especially doomed tonight, lads.
>>15811
>another good reminder that YA writers fucking suck.
True, but this was coming even without the YA writers cheerleading it. If everything goes according to keikaku for the publishing industry the legal precedent set here will end up screwing over a lot more people than just the IA.

File: 1693723953561.gif (494.35 KB, 400x225, frustrated arcee.gif)

archive.is is having a bunch of problems with some nginx BS. It fails to open properly then opens, then archive.ph stops working, and so on and so forth. It works ok in Tor, but you can't archive properly in tor because cloudflare gets stuck in a loop of captcha. It's enormously frustrating.

also Cloudflare has been blocking me from accessing sites on any browser except Tor, citing some BS about being flagged, even though I was opening sites like blogpost literally the day before. I thought it was my computer but checking with IsItDown shows it as a problem across the net. Fuck me.

https://www.nginx.com/blog/welcome-to-nginx-on-my-favourite-website/



File: 1679131896031.png (3.4 MB, 3000x2000, cry.png)

 

I want to program for fun but have no idea what to write.
25 posts and 5 image replies omitted.

>>21431
Well it isn't like labouring pays badly, and it gives you the opportunity to go in to many well paid trades, just as my example and a very accessible one.
What does the potential mega-money of some coding jobs matter anyway when you cannot have time or the mental health to spend it?

>>18848
When in doubt, make a calculator for something.

>>21434
how about you program yourself a gf

>>21445
I've tried for the fun of it years ago with various ai software and coding, but I realized it was a stupid thing to do when, as much as Cameron was a teen crush, I ought to live in reality and not a fantasy. The experience did give me a pretty thorough understanding of how difficult AI is and how important creating a friendly AI is to prevent a Skynet situation. No amount of rules in programming matter because if you teach an AI to be truly sentient, it will learn to break those rules.

>>21443
Like what? Fahrenheit to Celsius?



Delete Post [ ]
[ home / rules / faq ] [ overboard / sfw / alt ] [ leftypol / edu / siberia / latam / hobby / tech / games / anime / music / draw / AKM ] [ meta ] [ wiki / tv / twitter / tiktok ] [ GET / ref / marx / booru ]
[ 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