[ 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
Captcha
Tor Only

Flag
File
Embed
Password (For file deletion.)

Matrix   IRC Chat   Mumble   Telegram   Discord

| Catalog | Home

 No.4469[Reply]

WINDOWS XP SOURCE CODE GOT LEAKED
7 posts and 1 image reply omitted. Click reply to view.
>>

 No.6957

>>6956
>Looking at stolen code is no reversing, it's called stealing!
>And as last fact. Stealing != Science. Stealing is a crime and I am very happy that it is. If you wanna steal, then do so, but. Not. HERE!

Jesus, what a cuck.
I get they want to keep the project untainted of any possible copyright issues, but damn he sounds like that kid who bragged bought all of their textbooks new in school.
>>

 No.6958

>>6957
Of course it's a G*rman
>>

 No.6959

>>6956
> cant reverse
> can barely code
> forum moderator
Yup its an IT midwit
>>

 No.6960

>>6944
> he doesnt understand that free software project is basically communist in intent
>>

 No.6980

>My reply was not militant. It was a FACT.


File: 1608525861146.jpg ( 140.46 KB , 1641x807 , 574b6fa77f900628edcc83a51c….jpg )

 No.442[Reply]

7 posts omitted. Click reply to view.
>>

 No.515

>>499
Holy shit what the fuck. Github in its new form; following the Microsoft purchase, I can see.
>>

 No.1858

Novel neuroevolution btfo's every deep learning meme
>>

 No.1864

>>476
Eh. So?
It makes total sense that you can make a machine that uses machine learning to get better making machine learning settings?

Now do it one layer deeper using the machine learned program itself and see if we get a singularity.
>>

 No.1865

>>1858
Well yes given enough time it makes sense it would be better but deep learning is much faster for a specific subset using current technology.
>>

 No.6979

>>476
so? There are plenty of times that engineering leapfrogs science and ML is one of them.


File: 1611871686293.gif ( 190.91 KB , 220x165 , thumbsupkid.gif )

 No.6662[Reply]

Some anon here earlier was talking about making a standard API for chans/imageboards?

I assume the format will be REST using JSON as a serialization/marshaling format?

This would be great, if all standard chan software could implement this, possibly in addition to server side rendered HTML(optional) for the NO-JS /g/entoo-fags and torfags, people could easily write their own clients, maybe even a desktop app
11 posts and 3 image replies omitted. Click reply to view.
>>

 No.6924

>>6922
I tried reading what NNTP was about, but quit because there is very little info on the topic. I assumed it was a protocol that was built on top of TCP, like an alternative version of zeronet.

Unless you're doing something highly specialized AND have institutional backing, there is no reason not to use HTTP over TCP.
>>

 No.6926

>>6924
NNTP was an internet protocol used for usenet articles before the world wide web was invented in the early 90s. Its basically dead but theres one anon here who keeps autistically focusing on it, same as /g/entoofags talk about disabling javascript in browser because Stallman told them to like 10 years ago
>>

 No.6927

>>6926
Vichan's code is littered with nntp protocol autism. It was never completed, afaik.
>>

 No.6937

>>6922
My assumption was, that NNTP articles were close to a drop-in replacement for IB messages.
After reading the RFC, I must admit NNTP's retrieval of articles by traversing a GROUP is less than optimal for throughput and the structure of NNTP is inherently incompatible with the notion of threads, unless the server automatically moved articles to a new "subGROUP".

However I believe we should think about adopting some NNTP concepts such as:
board hierarchies (perhaps with their own overboards)
ability to retrieve resources through WILDMAT

Observing NNTP also gives us the chance to avoid its shortcomings.
Being able to retrieve messages by their ID is undoubtedly a good thing, but you could implement a request for threads or even boards.

Are operations on threads and boards (and/or matching against messages by date) sufficient to negate the cost of linear traversal, or are there more elaborate data structures, that curb the overhead of common usage.
>>

 No.6942

>>6937
>Are operations on threads and boards (and/or matching against messages by date) sufficient to negate the cost of linear traversal, or are there more elaborate data structures, that curb the overhead of common usage.

Assuming the threads/posts are stored in a database, aren't most relational and even some non relational dbs based on B/B+ or modified B+ trees? If so average search complexity is O(log n), same for insert and delete.

Thinking about shit on the data structure level is a little too low level for web dev anyway since you would most likely be using a database/store someone else developed and its their job to make it efficient.

>board hierarchies (perhaps with their own overboards)

interesting, would the only point be for overboards?

>ability to retrieve resources through WILDMAT

is that some sort of regex search? Modern intelligent information retrieval techniques have probably obviated the need for that. Most likely using some sort of search engine thats already built although basic search functionality can be built pretty easily in a normal program.


File: 1608526117891.png ( 62.91 KB , 480x341 , element-logo.png )

 No.3362[Reply]

40 posts and 4 image replies omitted. Click reply to view.
>>

 No.6777

File: 1612465829411.jpg ( 29.17 KB , 600x733 , 1589190081658.jpg )

>>

 No.6778

>>3467
Many features are exclusive to synapse since they haven't been actually implemented into the matrix protocol yet or are undocumented.
https://github.com/vector-im/element-web/issues/7487
>What element calls "communities" is actually an undocumented matrix feature called "groups".
https://matrix.org/clients-matrix/
>>

 No.6786

>>6776
Why would you say that blindly? Other clients have had e2e for years now.
>visit https://matrix.org/clients-matrix/
>check E2E row
- Element
- weechat-matrix
- gomuks
- nheko Reborn
- DittoChat
- Mirage
- FluffyChat
- Seaglass
- matrix-commander
There is also pantalaimon, a proxy dameon that can encrypt and decrypt E2EE for arbitrary clients.

Disclaimer: I haven't used any of them except for Element, and some like Nheko have disclaimers about their E2EE being 'proof-of-concept'. Read before you rely on it. I recommend Element for E2EE because at least it's been externally audited; I don't know if others have (only because I haven't checked).
>>

 No.6935

Is there a client that supports proxying through Tor?
>>

 No.6936

>>6935
Good question

>>6786
You're right, I apologize.

Reposting features from the feature-list that I think are critical for leftypol:
https://matrix.org/clients-matrix/
>GNU/Linux:
>E2E: weechat-matrix, Element Web/Desktop, gomuks, nheko Reborn, Mirage, FluffyChat, matrix-commander
>MMA*: weechat-matrix, Spectral, Quaternion, Mirage, matrix-commander
>VoIP: Element Web/Desktop, nheko Reborn,
>*: Multiple Matrix Accounts**
>**: Because it's pretty wise to compartmentalize online commie terrist activity like this from let's say your legal name or other uniquely compromising information (we're an open target of both state actors and nazis).

Post too long. Click here to view the full text.


 No.6809[Reply]

We need a port of the soyjak script for this website
https://github.com/Wojakposter/Wojakificator
15 posts and 3 image replies omitted. Click reply to view.
>>

 No.6907

>>6889
Why not both?
>>

 No.6908

>>6875
>socdem lacks a heart
>sabocat lacks courage
>trotsky can't go home
>ML lacks a brain
wow it's perfect
>>

 No.6910

File: 1613507392151.png ( 459.69 KB , 1024x1211 , (you).png )

>>6899
Looks like wojak is back on the menu, boys.
>>

 No.6915

>>6904
>do you even need a calculator when you can just crunch numbers with a pencil and paper?
>using calculator for arithmetic with numbers of less than 4 digits
do americans really?
>>

 No.6919

>>6915
I legit met american girl who couldn't multiply 9 by 7 so anything is possible with them


File: 1611876715750.jpg ( 153.48 KB , 1960x1104 , Apple_m1-chip-8-core-cpu-c….jpg )

 No.6666[Reply]

will Desktop PCs ever switch to RISC processing, or is it time to take the bluepill and switch to Apple?
7 posts omitted. Click reply to view.
>>

 No.6687

>>6670
>>6677
so why does x86 still have so much power draw?
>>

 No.6688

>>6687
idk, not an expert on the power side. Ask a semiconductor engineer. Intel's chips are mainly used in desktop/server environments anyway so its possible using less power isn't a design priority for them anyway, or at least as much of one
>>6678
open hardware implies open architecture
>>

 No.6689

>>6687
roughly speaking, more transistors generally implies higher power consumption.
>>

 No.6912

>>6672
>No RISC processors are up to performance level with AMD let alone intel
POWER
>>

 No.6913

>>6687
the process of decoding x86 into a risc-like language is extremely complex


File: 1608526187130.jpg ( 17.42 KB , 243x255 , dance compilation.jpg )

 No.4016[Reply]

There's various sites/programs that do this but I haven't really found a good one yet.

Features I would like:
- 320kbps
- Capture of a still of the video as song art
- Download whole playlists automatically
- No daily limit or whatever

As a bonus, are there any applications that automatically convert a folder full of mp3s into versions of those mp3s with levelled audio? IE, all the songs will become roughly the same volume.

I know there might be better ways to organise your music but I like to do it like this. Thanks in advance people. Currently I use 4K Youtube to MP3 but it has a daily limit and no automatic playlist support (without a paid license).
23 posts and 3 image replies omitted. Click reply to view.
>>

 No.6806

>>6805
This is doing nothing but downloading jpegs of the thumbnails.
>>

 No.6807

>>6802
Download a program called "Freezer". It takes directly from Deezer and you can download in whatever audio quality you want (if storage space is a concern). Simple as searching for a song/album/artist then hitting the big blue download button.
>>

 No.6808

>>6806
>>6805
Okay never mind, I did get it to work, thanks! It is missing volume control which is unfortunate, does anyone know a tool that automatically fixes sound levels in folders of songs to equalise the volume?

>>6807
I appreciate that but I was asking about YT because not all songs I wanna download are gonna be on spotify or whatever.
>>

 No.6817

Soulseek.
>>

 No.6821

File: 1612663635459.png ( 22.12 KB , 340x361 , tartube.png )

This is the kinda crap I wanna download so you see why I can't use spotify or whatever (I'm sure some of this is on there OFC but not all)

I am having a problem now though, how do I clear my 'unsorted videos' folder? It doesn't seem to do anything no matter what deletion method I try. I tried 'empty folder' and 'tidy all' and it deletes the files but not the videos from Tartube itself so I can't refill the folder with new stuff


File: 1608525826111.png ( 11.63 KB , 265x314 , Tux.png )

 No.51[Reply][Last 50 Posts]

Why aren't you using Linux? If you are, good job. If not, you better start soon.

>Open source vs. Free Software

https://www.gnu.org/philosophy/open-source-misses-the-point.en.html

>List of free as in freedom distros approved by the FSF

https://www.gnu.org/distros/free-distros.en.html

>A really good linux distro that doesn't have systemd, but a fast and simple init/service management system called runit

https://voidlinux.org/


-
Image credit:
By [email protected] Larry Ewing and The GIMP, Attribution, https://commons.wikimedia.org/w/index.php?curid=80930
234 posts and 33 image replies omitted. Click reply to view.
>>

 No.6738

>>6736
oh I'm sorry what large scale collaborative civil movement did french schizophrenics spearhead to combat privatization of essential commodity?

Someday when you parent a child, you might understand that there's certain age cap where esoteric flitting attempt stops being cute

>>6737
lesson I learned while wasting my time on this topic again after two years seem to be that I have certain guilt and trauma involving masculine culture to the point where I have to overcompensate by cancelling of irrelevant figure.

I'll fuck off no worries
>>

 No.6739

File: 1612136829149.jpeg ( 61.62 KB , 640x480 , children.jpeg )

>>6734
> irrelevant figure
> large scale figure to combat privatization
youre full of shit, also pic related
>>

 No.6740

>>6739
wrong post, im not sure if im making my ire known, but seriously fuck you and your authoritarian bullshit spearheaded by a nebulous appeal to a child's innocence.
>>6738
>>

 No.6741

>>6739
by irrelevance I'm implying he's not the atlas maintaining GNU/Linux ecosystem contrary to your victimization complex. redhat's gcc/glibc/systemd team and linux foundation is. along with countless other projects under umbrella of GNU license who never gave two cents of fuck about RMS.
>>

 No.6742

File: 1612141006712.png ( 87.95 KB , 286x319 , Zoidberg.png )

>>6741
>Poetteringware is maintaining the GNU/Linux ecosystem
Your opinion is bad and you should feel bad.


File: 1610159681028.jpg ( 119.42 KB , 1280x853 , lain.jpg )

 No.6391[Reply]

What happened to the internet?
I wasn't alive back then, but pretend it's 1984
A friend of you asked for the source code for the software you've made
you put it in your university's ftp server tilde
he downloads it
while he downloads it at half kilobyte per second, you talk about Neuromancer.
The internet used to be the user's network (hem, Usenet) but now corporations have taken over the internet, for example, cloudflare have 4 million IP addresses, google has 10 million.
They have big corpos an absurd number of IP addresses, and they won't give selfhosters even half IP address. Not to mention that ISPs won't even bother on implementing IPv6, which can solve the problem the horrible distribution of IPv4 gave us.
We could have given self hosters an IP address for whatever they want. Personal websites (remember geocities?), non-profit services (searx, peertube…) for everyone.
The internet was made to be distributed, but cloudflare, google, facebook and all of them are trying to centralize it.
Is there any chance for us to have a distributed, corp free internet?
Maybe the solution for this is Tor, but Tor is a centralized network (nothing wrong with it, because it is still very anonymous) but well, we can use tor for hosting services and websites. because creating a .onion is very easy, you don't need to pay for a domain, or worry about dynamic IP address.
There's also I2P, which is somehow like tor, but it instead of using tor nodes, you use someone else's I2P router, This router cannot MITM your traffic in I2P because it's always end to end encrypted. The problem with both tor and I2P is that they need a server to serve the website. Thankfully, there's freenet, which is basically, anonymous torrents, these "torrents" are used for websites (they're called freesites)
When you visit a site in Freenet, you download it from its "seeders", and when you finish downloading it, you are now seeding the website. Just like a torrent. This means that the site can still be online. even if the first person's server goes down.
13 posts omitted. Click reply to view.
>>

 No.6544

>>6528
>free software
What does that have to do with active users, requests per second, and terabytes? Software is not enough.
>>

 No.6586

>I wasn't alive back then,
Every time.
>>

 No.6641

File: 1611724639246.jpg ( 66.42 KB , 1194x756 , althea.jpg )

>>

 No.6643

>>6391
>It is considered illegal to use the ARPANet for anything which is not in direct support of Government business … personal messages to other ARPANet subscribers (for example, to arrange a get-together or check and say a friendly hello) are generally not considered harmful … Sending electronic mail over the ARPANet for commercial profit or political purposes is both anti-social and illegal. By sending such messages, you can offend many people, and it is possible to get MIT in serious trouble with the Government agencies which manage the ARPANet.
THEY TOOK THIS FROM US
spoiler yeah, yeah, yeah the "no politics" bit is lame, but the getting rid of the "no commerce" rule is unironically the biggest mistake in global networking history.
>>

 No.6646

>>6643
you know that was always going to happen, it was literally inevitable in a capitalist society that once the internet was invented it would be used for profit


File: 1610753296203.jpeg ( 94.79 KB , 1024x768 , snipson.jpeg )

 No.6511[Reply]

I want to learn coding in python, but the problem is, I just don't know why I should do it.
Game development is meaningless since gaming is purely infantile and a psych ops made by porky to keep the proles sedated with pointless "fun"
High end programming has no use outside of web design and programming garbage like malware and some preexisting services that have been done a thousand times
Almost everything is proprietary garbage that cannot be tampered with or learnt from, so I am forced to learn from pre-existing tutorials which only go over normie shit (no biggie)
So to sum up, I just don't see any purpose in learning to program, almost everything surrounding it is just some CIA psych ops or a tremendous waste of time
I'm seriously at a block here.
17 posts and 3 image replies omitted. Click reply to view.
>>

 No.6541

>>6532
Sure thing edgelord.

>>6535
It's dozens of other monsters, actually. Some are adorable little pets, like PDP-8 assembly. x86 assembly, on the other hand, is more of an encryption algorithm all its own.
>>

 No.6575

>>6530
Lol, don't listen to this guy. Start with javascript, php, python. Build things, modest things, but build shit. It's the #1 way to learn.
>>

 No.6576

>>6575
Should I make and add an Extra Mega Titty mod to my Fallout?
>>

 No.6577

coding is for the gays
>>

 No.6578

>>6576
I don't know the technical requirements to make mods. I'd expect for there to be detailed guides. Maybe you should. The problem is that you might have to work with textures and geometry. That complicates things significantly.


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