[ home / rules / faq ] [ overboard / sfw / alt ] [ leftypol / siberia / hobby / tech / edu / games / anime / music / draw / AKM ] [ meta / roulette ] [ cytube / git ] [ GET / ref / marx / booru / zine ]

/tech/ - Technology

"Technology reveals the active relation of man to nature" - Karl Marx
Name
Options
Subject
Comment
Flag
File
Embed
Password (For file deletion.)
Required: 2 + 2 =

Join our Matrix Chat <=> IRC: #leftypol on Rizon

| Catalog | Home
|

 No.14893[Reply]

Share your custom Leftypol CSS.

Here is my book-like theme, make sure u have yotsuba B selected before using:
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,700;1,400&display=swap');
form table tr th{
background-color: #fff;
vertical-align: top;
}
.bar{
background-color: #fff;
padding: 4px;
}
body{
background-image: none;
background-color: #fff;
color: #000;
font-size: 13pt;
font-family: 'EB Garamond', serif;
line-height: 1.4;
}
.thread{
margin-bottom: 4em;
margin-top: 4em;
text-align: left;
}
div.post.reply{
background-color: #fff;
border-width: 1pt;
border-style: none none none none;
border-color: #ddd;
width: 100%;
}
div.blotter{
margin: 2em;
}
#quick-reply{
border: 4pt solid #fff;
}
#pagewrap{
max-width: 52em;
margin: auto;
text-align: center;
}
hr{
display: none;
}
p.fileinfo{
display: block;
margin: 0em 2em 0em 0em;
}

input, textarea{
border: 1px solid #666;
background-color: #fff;
font-family: 'EB Garamond', serif;
}
h1{
color: #333;
letter-spacing: 0px;
font-family: 'EB Garamond', serif;
}
a, div.post.reply div.body a{
color: #000;
}
a:visited, div.post.reply div.body a:visited{
color: #666;
}
.intro span.subject, span.heading{
color: #000;
text-transform: uppercase;
letter-spacing: 2pt;
word-spacing: 2pt;
}
span.heading{
display: block; text-align: center;
}
.intro span.name{
color: #000;
font-style: italic;
font-weight: normal;
margin: none;
padding: none;
}
.post-image{
margin: 2em 2em 1em 0em;
padding: none;
}

.file:not(.multifile) .post-image, .full-image{
float:none;
display:block;
margin:none;
margin-bottom: 1em;
max-width:100% !important;
height:auto !important;
}
.full-image{
margin:auto;
margin-bottom: 1em;
}
div.post p.fileinfo{
margin: 0em 1em 0em 26pt;
}
.post-btn{
padding: 0px 8px 0px 8px;
}
div.post.reply.highlighted{
background-color: inherit;
border-left: 4pt solid black;
margin-left: -2pt;
}
#options_div, #alert_div{
background-color: #fff;
border: 2pt solid black;
}
#options_background, alert_background{
bac
Post too long. Click here to view the full text.

 No.14894

Also if anybody knows how to get text-align: justify; to work for lianchan styles I would love to know.

 No.14895

>>14894
Isn't there a code tag

 No.14896

>>14895
when i try to apply
text-allign: justify;
to posts, but it doesn't work. Center, left and right do work.

 No.14897

>>14896
you misspelled align

 No.14898

>>14897
i guess the issue was that I have to set
white-space: normal;
text-align: justify;

the default value for white-space messes up justification.



 No.14881[Reply]

Anyone want to make.. something? I'm not sure what, my imagination has been neutered from too much wageslaving. I'm a pretty skilled web developer, would be nice to create something that isn't useless or serves capital.
If this sounds interesting throw out an idea!

 No.14882




File: 1652308585261.jpg (707.79 KB, 1440x2957, 1652300069842.jpg)

 No.14802[Reply]

I've lost count of how many times Novideo has announced they're making an "open source driver" (whatever that means). It isn't even the full driver: https://github.com/NVIDIA/open-gpu-kernel-modules

 No.14803

File: 1652317374859.gif (1.41 MB, 580x433, 1453833306285.gif)

Dual MIT/GPL, only kernel modules, only tested for CUDA, Turing of newer required

 No.14808

nvidia foss drivers for 2039



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.gentooGentoo
35 posts and 11 image replies omitted. Click reply to view.

 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

 No.14789

So I want to read the funny Patchouli book, can I only read it or would it be advised to also try some Lisp on the side as I read it?

 No.14790

>>14789
You have to do the exercises, otherwise it does not count.

 No.14805

>>14789
You can read >>14156 as an introduction to lisp.



File: 1652223930793.gif (1023.45 KB, 486x281, 1409974143505.gif)

 No.14781[Reply]

How to block everything coming after ##[href="/manga/genre/*/*"]

The stars don't work. Website is MAL if anyone curious. I tried reading through the list. And I can't get "n" "<" ">" or "*" to work. I'm trying to block all the genres, rather than doing it one by one.

 No.14782

CSS doesn't have regex, you're gonna have to use partial matching for that.
https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors



 No.14706[Reply]

Are there actually any real world problems that can be solved by software and wouldn't make the world a worse place?

The more I think about it the less useful programming seems.
22 posts and 2 image replies omitted. Click reply to view.

 No.14744

>>14738
xD this is most indubitably epic sir

 No.14745

read cockshott

esp. toward a new socialism, but also book related

 No.14748

>>14738
Nice twitter meme!

 No.14749

>>14735
A more labor intensive process does not mean high quality. Even for 2D animation with computers you have the huge advantage of being able to correct animation errors. Also shitty cell animation exists.

 No.14751

>>14735
Moar liek quantity->quality, amrite??



File: 1651876632981.png (54.12 KB, 623x586, ClipboardImage.png)

 No.14666[Reply]

The pain of typing to 2 different people in 2 different languages languages is now gone :)
5 posts and 1 image reply omitted. Click reply to view.

 No.14692

>>14686
>>just turn off JavaScript and nobody will be able to fingerprint you based on extensions
>ah so you dont even know what issue im actually talking about, thanks mozillatard

what the fuck are you talking about? if javascript is turned off, the only data that the server should see is in the requests that you make to it by clicking links or form buttons (which can include some identify information in the headers like your ip address, browser, operating system, and a unique id generated by the server and sent to the browser in a prior header… but i've never heard of plugins being listed there).

 No.14693

>>14667
>>14686
You're fucked either way, you should use tor if you want privacy sadly.
https://noscriptfingerprint.com/

 No.14694

>>14688
>>14692
I think he's talking about this bug.

>WebExtensions can be used as user fingerprint

https://bugzilla.mozilla.org/show_bug.cgi?id=1372288

 No.14695

>>14694
That relies on JavaScript, which he indicated the problem he was talking about did not.

 No.14705

>>14693
>>14695
>inb4 it's because torproject says
<You should not install any additional add-ons on Tor Browser because that can compromise some of its privacy features.



File: 1651693390515.png (624.73 KB, 800x400, books.png)

 No.14635[Reply]

This is your reminder to go to a park with a bag of books and have at it before you get De Quervain's/carpal tunnel syndrome/computer vision syndrome.

Take a break from that screen my friend :)
12 posts and 2 image replies omitted. Click reply to view.

 No.14661

>>14650
>>14654
wtf its tru tho, just cause u have good eyes that dont have problems with screens doesnt mean its not a thing, or that it's somehow anti-tech

 No.14668

>>14661
staring at a screen for hours will at most make you feel fatigued which will fix itself after sleeping, it will never cause myopia or astigmatism or whatever, thats on your genes

 No.14696

>>14668
malthusian!

 No.14703

>>14668

Purely anecdotal but I feel like since I went from many reading text on many screens at different distances - tablets, big screen 6ft away, desk at 3 feet away - to almost exclusively reading text at a desk, I've noticed it's become much more difficult to focus on text at less than 2 feet away. I've started increasing the default text size on tablets.

Considering clamping an extension to the desk so that the monitor can be further away, and going back to computing with different screens at different distances. Obviously being outdoors and focusing on things at different distances will help with this too.

 No.14704

>>14703
have you considered going to an eye doctor……..? lol



 No.14600[Reply]

A girl saw me using my T60(1) and started laughing at me.

She said "Wow, how old is that laptop? That thing looks ancient!" and when I answered honestly (14 years, the T60/61 came out in May 2007) she snickered at me and said "can't you afford a nice macbook? That's so sad, nobody should have to use a laptop that old! That's older than my little brother!".
14 posts and 2 image replies omitted. Click reply to view.

 No.14630

>>14621
<No touchpad
<No clit mouse
How do you control the cursor on this thing?

 No.14631

File: 1651672273323.jpg (210.87 KB, 1440x1080, Toshiba5200.jpg)

>>14630
Clip on track pad but the Toshiba T series was before the business world took Windows seriously, back then the people that could afford these machines only wanted to run Lotus 1-2-3 and Word Perfect for Dos.

 No.14632

>>14630
touchpads are awful

 No.14642

>>14632
Hence the clit.

 No.14685

A girl saw me using my T60(1) and started laughing gently.

She said "Wow, how old is that laptop? That thing looks ancient!" and when I answered honestly (14 years, the T60/61 came out in May 2007) she looked amazed at me and said "so old and it is still running? That's so cool, nobody should have to buy a new laptop every 2years! That's older than my little brother!".

And then we fucked



File: 1649877188874-0.png (42.91 KB, 1834x888, cs-majors-usa.png)

File: 1649877188874-1.png (45.91 KB, 602x298, software-jobs-us.png)

File: 1649877188874-2.png (11.14 KB, 580x363, employment-computer.png)

 No.14419[Reply]

2006-2015: 375% increase in CS majors
2006-2015: 20% increase in number of software-related jobs
6 posts omitted. Click reply to view.

 No.14584

>>14583
I'm not doing survivorship bias, I'm saying a ton of people who are going into tech degrees will get nowhere with them and have been scammed, because they spent four years learning nothing and have no skills.

 No.14603

>>14551
Most of those weaker CS majors will end up in application support, IT infrastructure, helpdesk, or become business analysts. Some will muddle through as mediocre programmers for the minimum amount of years until they manage to get into project/product management (or "real" management). So they will still have jobs in the tech industry just not as programmers.

 No.14604

>>14551
>90% of my graduating class still didn't know how to use a CLI or manually manage memory
Non garbo collected languages are common in industry and using a CLI is optional depending on IDE.

 No.14628

>>14604
People who don't understand memory management write bad GC lang code. I've seen this basic pattern all over real production code:
Class1 DoSomething(Class1 thing) {
    Class1 thingCopy = thing; 
    thingCopy.Mutate(); // Oops
    return thingCopy;
}


CLI tools are used all the time even for IDE-centric languages like C# or Java. Programmers who don't venture out of their IDE even a bit won't have a clue what's going on when they:
>write a build script or pipeline
>run migrations
>use git
>have to deal with their web frontends
>the list goes on…

>>14603
True enough. This applies to a lot of "wasted"/"useless" majors– they end up doing something somewhat unrelated to their degree, but not necessarily just working at Starbucks.

 No.14669

>>14628
>This applies to a lot of "wasted"/"useless" majors– they end up doing something somewhat unrelated to their degree, but not necessarily just working at Starbucks.
except CS isn't just SWE, its more generic so a linux sysadmin, network admin, QA, or prod/app support engineer/analyst isn't really wasting their degree, they just have a job in tech thats less prestigious than being a dev.



Delete Post [ ]
[ home / rules / faq ] [ overboard / sfw / alt ] [ leftypol / siberia / hobby / tech / edu / games / anime / music / draw / AKM ] [ meta / roulette ] [ cytube / git ] [ GET / ref / marx / booru / zine ]
[ 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 ] Next | Catalog | Home