[ home / rules / faq ] [ overboard / sfw / alt ] [ leftypol / siberia / edu / hobby / tech / games / anime / music / draw / AKM ] [ meta / roulette ] [ cytube / wiki / 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: 3 + 1 =

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

| Catalog | Home
|

 No.17452[Reply]

2 posts omitted. Click reply to view.

 No.18105

Can someone summarize the hype around this guy and his research?

 No.18114

>>18104
>It didn't have any bones in its toes, so it wouldn't be very useful for humans anyways
What about a cock?

 No.18369

>>18114
If he could regenerate dicks it would be the greatest advancement in medicine since the vaccine

 No.22128

>>18105
Very briefly - his big idea, bioelectricity, is that the body of an organism isn't much different from the brain - cells communicate with one another via electrical signals to form and achieve goals - what we call intelligence. He's using biochemistry to manipulate cells' electrical signals and thus their goals, and he's done this to great effect on lesser organisms - from making frogs regenerate their hind limbs to making flatworms grow multiple heads with different shapes. The ultimate goal of course is to apply this technology to mammals, especially humans, but he apparently hasn't had any success on that front.

Someone who knows more marxist philosophy than me could probably explain what this has to do with dialectics.

 No.22129

>>18104
They've used electricty to regrow amputated rat limbs in the 70s. Good that people are researching it again tho.

https://www.nature.com/articles/srep18353



 No.21008[Reply]

Software developer thread
Thread for all the people who are working towards, have been, or are software developers.

Let me begin by saying that *magic* in ruby on rails, spring boot, and shit like that is all nice and dandy until you scale your project larger than a fucking hello world.

It blows my mind that enterprise is so balls deep on spring boot. Fucking cancer of a project. Don't get me wrong, abstractions are great. Abstractions aren't magic. Magic is when shit is not explicitly set anywhere and are done for you.

This might be shit like automatic wiring of routes based on function name. Or running a series of uninspectable SQL to map into objects. Or build HTML pages based on the regex of the model. Anything which is auto built without being explicitly set.

Don't even get me started on the fucking shit show that OOP is, with shit like spring boot, JPA, etc. Adding magic on top of that is like adding poisonous spiders to a cockroach pit that you live in.

Also, what the fuck is the fucking problem with people who write shit like
PersonIdNumberGenerator that takes a PersonIdNumberStrategy made by a PersonIdNumberStrategyFactory. Then the Generator makes a PersonIdNumberGenerator produces a PersonNumberId object which is just a fucking wrapper for an int. Of course everything is an interface but drilling down this fucking concrete strategy, you find that to motherfucking shit just produces sequential integers.

Software developers can be the fucking worst motherfuckers alive istg.
77 posts and 20 image replies omitted. Click reply to view.

 No.22122

all the "languages" and frameworks that make money fucking suck. theyre terrible and suck what little joy i find in programming. i fucking hate it and theyre driving me insane

 No.22123

>>22122
Which one is your poison?
>>22068
What do you expect it to do? Like whether it can fail or what? Or memory wise? Not sure what your expectations of int.Parse() can possibly be.

 No.22124

>>22122
webshits discover for the hundredth time that they get paid so much because their tools are universally horrible

 No.22126

>>22123
>What do you expect it to do? Like whether it can fail or what? Or memory wise? Not sure what your expectations of int.Parse() can possibly be.
For starters, I don't even understand how you could call a method on int, in my mind it just feels wrong to make int a class type

 No.22127

>>22126
Java and C# overload classes as namespaces. In java Integer is the class containing an int value and also the namespace for the static function java.lang.Integer.parseInt().
The C# int/Int32 type is a value type/object but the same applies regarding int.parse() being the parse function in namespace System.Int32.



File: 1631336482854.png (261.26 KB, 480x481, God.png)

 No.11160[Reply][Last 50 Posts]

Every few months, people come up with an idea to create a new imageboard, since mostly everyone is dissatisfied with the state of vichan/lainchan, or thinks they can do it better. Having better software would greatly enhance the experience for both regular users and mods, and have more crossover appeal to “normies”. The problem is that no one can agree on the technical or more importantly non technical decisions on how one would go about making an actual, usable replacement for lainchan.

In fact, people don't even agree on whether the imageboard replacement should be an imageboard at all. This thread is a merged, consolidated, megathread of all the various attempts at answering this question that people have made.

Previously, there was a thread on outreach to lainchan, including a strawpoll:
https://lainchan.org/%CE%BB/res/26674.html

The poll determined it should be built in Java, but a significant minority wanted to use a functional programming language, esp. Haskell, or Clojure/Lisp.

The only way a new imageboard will be built is if multiple people, technical jannies and lurker-programmers, from here and lainchan and even elsewhere, actually collaborate on a single project and concentrate their efforts on this.

There are important technical and non technical questions to be answered.

Namely, do we even want an imageboard?

Post too long. Click here to view the full text.
491 posts and 71 image replies omitted. Click reply to view.

 No.22017

>>22013
I agree. They should allow for bridging though, so bunkers can conveniently backup or act as a cdn for the main board.

 No.22022

>>22015
It was a jab at java, not PHP.
https://stackoverflow.com/questions/2885173/how-do-i-create-a-file-and-write-to-it
Look at the hundreds of different ways to do something very simple: write shit to a file.

Half of these solutions will give you magic runtime errors if you try to run them.

 No.22102

an imageboard is such a goddamn simple type of software, I have no idea why there have been so many failed attempts to make a replacement for vichan. I can only assume it's because the people who aren't complete /g/-tier midwit larpers who have the skills to do this have other things they'd rather be doing, or maybe it's because the people who fall into a range of having the skills to do it and the interest to get bogged down in autistic design decisions instead of making something that Just Werks

source: I have a working, albeit very rough, imageboard engine written in Common Lisp that is currently like maybe 300 LOC and I could probably get it polished into a better state, add some fancy stuff like multithreading or liveboard features or whatever, but it's hard to get excited about something that isn't all that interesting

 No.22112

>>22102
>I have a working, albeit very rough, imageboard engine written in Common Lisp
Why not just add image posting to a proven textboard written in scheme?
http://textboard.org/

 No.22116

>>22112
personal preference of CL over scheme and also because as I said before, an imageboard is such a trivially simple piece of software that it's not like it would be unreasonably difficult to make another one, as much as it also is kind of boring and pointless

I've seen this textboard engine though and think it's neat for what it is



File: 1696520881937.jpg (431.55 KB, 1920x1784, ibm_pc_5150-273085537.jpg)

 No.21825[Reply]

Has anybody else thought about how personal computers might just actually suck? What is the personal computer, really? Is it not just "the car" of all the vast potentials computer science offered us? I'm not saying that personal computers aren't impressive and highly practical. What I'm saying is that as soon as our first computer engineers thought of something that could be mass produced and sold to the individual consumer, they said "bingo!" and stopped dreaming.
Do you know what I mean? I'm kind of trying to start a research proect investigating this question. I know a little about early visions of cyberspace compared to what the internet became, and the early vision of hypertext. If anyone has any reading material on what computer scientists were dreaming of versus what actually ended up happening, please send them my way. I might try to write a book about this.
15 posts and 5 image replies omitted. Click reply to view.

 No.21845

>>21844
>blind
there are apps for that
>deaf
deaf people already use computers
>handless/disabled
yes, there are PCs which track vision
>build my own PC
you can, it's possible
>in a way nobody would think of but me because I'm a special snowflake
c'mon bro, really?

If you don't want to pay for something, pirate it.

If you don't want ads, get an adblocker
Post too long. Click here to view the full text.

 No.21848

>>21843
I see it more that capitalists lack the structure and motive to make anything better. The Unix wars showed capitalists can't work together unless under the direction of a cartel (Wintel) or by simply capturing the standards of what people do freely (enterprise Linux distros). If the PC industry was still run by the electronic engineers of the late 70s that simply wanted a computer at home they could play with PCs would be far more open and useful but that was a unstable state for a market under capitalism, once it was clear there was real money to be made the industry got taken over by capitalists proper.

 No.22110

File: 1698654943725.png (121.47 KB, 1920x1920, Multics-logo.svg.png)

>>21825
There have been roughly 5 waves of form factors of computers:

1. mainframes
the operating systems written for mainframes tended to be extremely expansive and general, and thoroughly engineered from first principles. they also provided tons of facilities for deduplicating effort between programs. this is exemplified by multics, where there is no distinction between memory pages and disk files, and where since all memory regions (called segments) were secured with a sophisticated ACL-based permission system, they could be shared between programs and users. the multics people basically tried as hard as possible to save on programmer labor. they defined standard interfaces between all programming languages on the system, and also, made all languages linkable to the shell, thus making all libraries on the system callable commands. due to the memory access being protected by the hardware, it was possible to write the kernel in the same way as the rest of the operating system, thus there was not a distinction between kernel mode and user mode like in modern operating systems. the kernel was just another library that implemented the kernel's functionality. this makes it similar to the modern notion of an exokernel, but preceding it by several decades. multics was so resilient to hardware failure that it was possible to split the mainframe into two computers while it was still running, like a biological cell dividing, by removing hardware pieces and reassembling them elsewhere. it even had a graphics system, though one which is quite alien to the normal understanding of it. basically the graphics system more resembled a CAD program than anything else, but this was combined with a standardized ontology or inventory which was shared between programs. thus for example if you were to define a model such as a teapot, then there would be one "teapot" object on the system shared between all programs, instead of being created and recreated over and over again by different programs. here again you can see the great attention paid to labor saving for programmers. multics had a vision of computing becoming a public utility, charged at a flat rate of computing time. it is very obvious to see the socialist implications of this line of thinking.
https://www.youtube.com/watch?v=Q0Post too long. Click here to view the full text.

 No.22111

The computer mouse is a dumb idea for text processing. Lots of pointless switching between keyboard and mouse. Check out the keyboard of the Canon Cat by Jef (yes one f) Raskin. Raskin also came up with the concept of a zoomable text interface, but he died before doing much with that.

 No.22114

>>22111
>Lots of pointless switching between keyboard and mouse.
There are solutions to that… https://keymouse.com/



File: 1696667829025.png (104.63 KB, 586x834, 99051659f164ee8e.png)

 No.21852[Reply]

Streaming services have reached the "fucking kill as many users as possible so they can't cancel their subscibtions" phase.
14 posts and 2 image replies omitted. Click reply to view.

 No.21878

>>21855
>>21875
OP's post is stupid but this is just your typical epic channer misanthropy. Yawn.

 No.22107

>>21852
>not having a central router and dumb WAPs
iSHYGDDT

 No.22108

>>21866
Because capitalists have gotten so insanely shitty with their fuckery that it's hard to imagine a lie about them that would not be plausible.

 No.22109

>>22108
youre… youre doing the same thing hes making fun of…

 No.22113

>>22107
my wet ass pussy goes mad dumb



File: 1691919691406.jpg (22.31 KB, 320x456, Fairphone_4.jpg)

 No.21314[Reply]

There have been a few threads on alternative Android ROMs (like CalyOS and GrapheneOS), but what hardware do you run it on? The closest to a leftyphone seems to be Fairphone 4, but it's €579.00 and only available in a few countries. What are the alternatives?
14 posts and 2 image replies omitted. Click reply to view.

 No.22070

>>22061
>72-core
wtf

 No.22092

>>22061
I compiled AOSP in a couple of hours with my gaymer rig, is this information outdated?

 No.22104

>>21314
I bought a pinephone pro because being in the android prison is driving me insane

 No.22105

>>22065
what you call a smartphone is really a tiny desktop computer or laptop with hardware that requires proprietary drivers that prevents you from being able to install your own operating system

>>22067
>winblows faggot thinks you need a gayming pc to run linux

 No.22106

>>22105
all computers made after 2010 require at least some form of proprietary firmware my man



File: 1695605704875.png (508.88 KB, 512x512, ClipboardImage.png)

 No.21684[Reply]

What would a dialectical materialist programming language look like?
7 posts omitted. Click reply to view.

 No.22027

>>22020
You mean haskell with wirthian syntax?
I tried this with the example from haskell.org:
function FilterPrime(List PrimeList) return List is

  function ListPredicate(Integer x) returns boolean is
  begin
    return x mod List.head /= 0;
  end ListPredicate;

begin
  List(PrimeList.Head, FilterPrime(List(PrimeList.Tail, ListPredicate))));
end FilterPrime;

List Primes := FilterPrime(2 .. Integer'Last);

 No.22028

We'll only know when communism happens.

 No.22051

>>21691
>and implementing the negate and sublate functions, which work as you would expect.
????????

 No.22058

>>21995
>Meaning that you could write a program incrementally by implementing a highly detailed domain description. This way, the language itself could coerce you into writing implementations that actually fit the domain, without any incorrect assumptions since they're already spec'ed elsewhere.

3:18 onwards

 No.22103

>>21684
1. as a prerequisite you must read ten 1,000 page manuals
2. each manual contains long drawn out histories of how the authors of the previous manual were traitors to the project of creating a new programming language, and contradicts the recounting of the previous authors
3. instead of printing stacktraces it accuses you of being schismatic



File: 1698531654736.jpg (171.63 KB, 950x981, exploding pc.jpg)

 No.22094[Reply]

My fucking computer exploded wtf?

Turned on my desktop computer just now, then there was a loud pop and a tiny bit of smoke. Goddamn now I got to figure out what part that was. Hope it didn't brick all the parts. Didn't even know they could do that.

 No.22095

What OS, and was it custom built or prefab?

 No.22096

probably capacitor that got too much voltage or smthn

 No.22097

Probably the PSU, I had some die on me like that before.

 No.22098

sounds like a capacitor in the power supply blew up. it happens. buy a new PSU



File: 1692681239756.png (299.59 KB, 400x343, ClipboardImage.png)

 No.21369[Reply]

Why do people like books, still? All the reasons seem dumb/spooked and highly feels-based to me:

"Pros:"
> i just like the feel man
> books smell good dude
> you can like actually hold them and stuff
> wow like sit under a tree bro (e-readers let you do this)
> you can make notes in the margins (e-readers let you do this)
>muh physical bookmark


Cons:
<a library of 10,000 books will require an entire dedicated room at least, but can fit on a thumb drive in ebook formats
<can't search text quickly and easily
<can't get rid of other peoples notes
Post too long. Click here to view the full text.
27 posts and 2 image replies omitted. Click reply to view.

 No.21990

because its less easy to get distracted than on a computer where you can just open up youtube and shit

 No.22052

Ereaders suck and computers are full of digital heroin.

 No.22054

>>21369
The same book can educate generation after generation if stored properly.
The programmed obsolescence of your shitty e reader will only let you use it for a decade or two, if the blue light doesn't fuck up your eyes and completely claim your very ability to read before that.

 No.22055

File: 1698022129139.jpg (527.36 KB, 1280x960, Visicalc.JPG)

>>22054
Meanwhile people are still archiving 8-inch floppies that even today mostly hold their data.

 No.22056

>>22055
>mostly hold their data

wow impressive



File: 1698004843310.jpg (18.27 KB, 379x300, DSC_1648.jpg)

 No.22049[Reply]

Are USB chargers with multiple ports safe to use? Are the USB ports isolated from each other or can they communicate if they're able to transfer data? If it depends on the product, how do I verify this?

 No.22050

Try connecting to a usb stick through it

 No.22053

i think cheap usb hubs can have this problem but not power bricks



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