Deepseek
There's been a lot of chatter lately about Deepseek. In the online circles I'm in, people have a politics-colored understanding, more or less saying "American tech companies couldn't do this, but an opensource Chinese company could and American tech companies are in 'damage control'". Which... I really don't understand. If it's an open source model, like Llama was, for example, I don't see how this doesn't just cause there to be a proliferation of much more efficient and performant models -- the same way after Llama became available, sudden there was Phi from Microsoft, Gemma from Google, Mistral, and others.crotchety old bloggers
I like Rachelbythebay. Woman who gravitates towards the underappreciated sysadmin/glue code role in tech companies and always has a bad time of it. She's built cool things in software and hardware, such as her own monitoLet's talk to AI Characters
MORE AI STUFF! It's weird how this is all happening at once. Singularity is near?Crypto Curiosity
I wanted to create a scam crypto whose purpose and design was to be rugpulled at an indeterminant but publicly announced point in which a random number generator that generates a new number each day landed on a certain number. At first I was thinking purely cynically in that I wanted to pull an open scam on people that they would willingly buy into knowing its a scam but try to beat each other out to cash out when the number hit anyways, but then I started thinking about it some more and someone on #qa linked me litecoin's github and I started wondering more than that too.VRChat Lain Exhibition
This may be a bit too meta for /maho/, but there's a Serial Experiments Lain exhibition in VRChat until the 19th of January, 2025.What do you want in a multimedia OS?
Been working on an Linux distro for the last 2 years off and on. Will probably be ready to release it to the wild at some point early next yet. I was wondering what people wanted out of a desktop/laptop OS geared toward the creation of content like audio production, video editing, programming, drawing and other forms of content creation. As we all know it's a huge pain to set-up systems for this currently.MacBook unboxing
https://files.catbox.mcybernetic types of technology
what are some human cybernetics types of technology you use to augment your powersSpeakers
What kind of speaker setup do you have for your computer/room/whatever? I need a new set.Hardware Reparation
For the price of some switches, new soft pads, and a soldering iron I fixed my doubleclicking mouse. I now have a functioning mouse and a soldering iron. It's like getting a free toy. Gave the entire body a deep cleansing while I was at it, it's a lot easier to clean something properly when you've taken it apart.Jisaku Keyboard
Jisaku-ing a keyboard.CSS Programmers Thread
If you've gotta program an algorithm you've gotta use CSSComputer security
How do you manage computer security in your devices?Imageboard without database made with php
I found this imageboard on Github https://github.com/brodyking/Openchan As I said in the title, it works without a database and I am taking the time to make a connection with a MySQL database to be able to integrate functions such as reply and others. If you were looking for a basic project to start your own imageboard I think you should give this software a try.Direct Streaming
>>>/qa/132267ZUI
>Eagle Mode is a zoomable user interface (ZUI) with file manager, file viewers, games, and more. This project is about a futuristic style of human-computer interaction, where the user can visit almost everything simply by zooming in.Ideal programming discussion site
So I was going through some of my notes and I found one where I put down some thoughts and ideas about a site specifically for discussions about programming.The Centralized Internet Is Inevitable
https://www.palladiummagCool Software?
Do you use any software that other people may not know about that you like?Computer Networking
I've been researching computer networking and there's still areas which feel a little muddy to me. My basic understanding of how a computer network works, is you have a computer (client), switch (optional), router. The client has an internal IP address which cannot be routed over the internet. So the client sends a packet to the router, destined for the internet, and the router uses NAT to translate the IP address to its external interface address, ie public address. Now you can access internet.Real numbers
Today I begin a programming project to construct real numbers and various operations on them. I don't mean the wimpy limited precision floating point numbers that you've probably used if you've ever written a program in your life. Nor do I mean arbitrary precision numbers which can have as many digits as you like (until your computer runs out of memory) but still have irrecoverable rounding error because the digits end at some point. I mean exact representations of numbers that can be queried to any precision (which in practice may be limited by time and memory constraints).