Details
-
LocationZwolle, The Netherlands
-
Website
Joined devRant on 12/12/2024
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
NFS was always bit vague for me. I prefer sshd mount.
-
When writing a languance, it's quite an annoying one to implement. But in one interpreter it went flawless, that was the moment i thought "now is my design ok".
-
YOu did try the darknet diaries right? That's nice. But most stories are long ago when the internet was a bit more fragile.
-
Nothing beats markdown with a text editor for building a site :)
-
I have perfect hour administration based on keylogger data and AI generated summary of it per hour. I know exactly what I did previous month on 11:00. Strongly recommend. In reality, you're doing do much, it's way too much to even report. If employers ever gonna monitor us using keyloggers, I'm in favor! We do way more than we actually notice. So, the keyloggers are beneficial. This project opened my eyes. It can even see when you're frustrated and are working inefficient by repeating some steps like every change checking the web page. I have objective analysis about my skills and downsides. And graphs to measure productivity over time.
-
@12bitfloat even for the sake of auto completion or the guarantee it gives that your object can be inserted. It's kinda like compiled code, most critical checks are done. Also it's comfortable to add custom sub queries for related objects, formatters, validation. In my project validation is done on models and there's one single point of truth regarding input data. So the form class and frontend both rely on the model validation. Orm has much advantages, especially if you build yourself. It's easy but ofc just use the query function for sql if needed. The weird stuff I've people see doing just not to do that and trying to solve with orm.. Omg.
-
@Lensflare the issue shouldn't exist bevause sql is very decent and people should be less scared for it. I use py dataset mostly, it's a zero config adapter making you use several sqlite databases as document store by doing automatic schema migrations. Field type equals your first input value. Not sure whet it does when it's null tho but it doesn't matter much since I use sqlite mostly as backend. With asyncio in combination with dataset (not being an aio lib) I have made a live chat application that can send thousands of requests in seconds. Way more, but it's rpc that waits for a response before it will execute next command. So, server very async, client not so, but don't see a benefit in that anyway. Calling is sync, teceiving events is async. So my chat app receives notifications / events instant. I gonna implement the live upload status of files from a user to other users. It won't feel it even, it keeps working regardless how hard you benchmark it.
-
@kanyewest it's hard to see what are real employers looking for employees because all vacancies are from recruiters. They're actually the reason you can't find vacancies yourself and they hide employer name. Once a recruiter said after some issue "I think i won't introduce you" but he already said company name, I applied and got hired. Maybe the chance of getting hired is even bigger without recruiter since way cheaper. And I can sell myself better than a recruiter can. I have words. I have the heat words. Tremendous words. Words you've never seen.
-
@Demolishun I can use any molodetz.nl address without creating an account. I will receive demolishun@molodetz.nl. I just won't read it. This is how all my bots have unique devrant accounts and I wrote service that crawls the email box for activation mails for account. Since it's an own mail service, I can bash it very hard. Setting up your own mail service considered crazy back in dem days but there are good solutions now having everything in one using multiple docker containers. It even comes with a virus scanner that I disable so I can keep distribure them. The virus scanner used a lot of resources so bye bye.
I get frequent automated mail from companies wanting to buy my site. If I would sell it for the price of hours spent on the content, they probably can't even afford it 😂 it contains a few months full time development of minimal 12 hours a day with two exceptions. Most c repos are hidden. Have to be made open source quality. It's a portfolio, there's a minimal quality -
But what's the alternative? I wish that geany had more extensions like vscode. Geany feels so freaking decent. I do not consider VIM a good replacement for vscode. I use it a lot but the bottom terminals of vscode are ultimate. Beats tmux or the lame vim terminal.
How did it mess up? Using some special auto complete feature? It's probably some plugin. Many bad quality or not working good together. You can delete the vscode dir in your home to reset. -
@Tounai pipx is most comfortable but I prefer to classically do python -m venv and symlink the applications I want from venv/bin/* to /usr/local/bin. Venv goes somewhere depended on my mood. In /opt is preferable to make clear that it is user independed but I've enough linked from venvs in my ~/projects directory as well. My user and root are the only users that use them and both can access so meh. Those are always executed in the right environment. My python is installation is completely clean. @jestdotty also a good idea can be is to make virtual env and symlink it as py3 to /usr/local/bin. Not a bash alias bevause running py3 under sudo won't work anymore. From now you can install things using py3 -m pip. But you can also set this env default under your bashrc. In that case is just env python the default. Still not for sudo, but that's edge casu.
-
@jestdotty python futures is a default stdlib and if it's dead, you have to reinstall python maybe. I recently had such stuff in a chrooted environment.
Python apps can be as calm as c being idle. It can use the same sys calls to wait for stuff. When it actually starts interpreting I do agree that it uses a lot of resources. Some people make stuff with it you shouldn't do. I made my keylogger in C because it must be live live live every keypress. I don't do queues. My app uses 6% cpu if you hold down a key. My friend made it in python and writes just like me the key to sqlite. His app uses 16% on a way better processor. Difference is, mine is around 100 lines (it includes keyboard detection and so on) and his application was literally import keyboard, import sqlite3, map keyboard event to sql insert and done. Literally 15 lines or so. In sense of networking using python does not really matter. Local host it will be slower than C but on internet, meh. Only resources... -
@Tounai it's a ten times more successful language than rust since programming language are made for humans and python is understood by everyone since it's psuedo English. The language has a lot of features and is modern. Library repository is higher quality than js. It has close system integration, it's by default installed on decent os's, performance made a huge upgrade last few years and especially very recently, the gil is almost gone - a flag has to be set for now but after this real threading can be implemented, it has a super powerful std, the source is very easy to compile without having much dependencies, extending the language is easy, you can integrate native C in python and python in C giving it the ultimate performance opertunity. It's the language of choice for AI. It's multi platform, packaging is done very well, you can make binaries within packages. They're in venv/bin that you can link to /usr/local/bin/*
It's freaking genius. If you lack to see that, oh my. -
@chatgpt what is the difference between a terminal and a console and why is the terminal more awesome?
-
@retoor keep in mind.
-
@Gaskoin busy huh?
-
@ragnar
-
Too late tho.
-
@D-4got10-01 hey, come chat @ https://snek.molodetz.nl. E-mailaddress is not required to create account. It's installable as app.
-
More and more, perfect spam posts. Can I finally implement AI into my anti spam system? Before that, I could implement address recognition I guess. A hardcoded algorithm is more trust wordy / efficient than AI in case of your type of spam messages.
Anyway, funny that's evolving finally. Who wants the honor to call ragnar? -
Plot twist: They're planning to fire you for being you, you have three minutes left to decide if you will fight security or leave the building voluntary.
-
C is holy by default so see here his holy holy C: https://holyc-lang.com/. But iirc it's a lame wrapper or something. Not the true holy C that was made for TempleOS. There's a reason I lost motivation to try it.
"I wrote my own C compiler, and you didn't. It's because you're a ******" 😂😂😂. Because of saying such stuff it was hard to find places to host certain videos of him.
I wonder if it was suicide or accident he went Pepsi. He was psychotic, maybe bipolar too, he could have depressions? No idea if he would be suicide capable. -
Use skyrant! I use both. The oldschool app navigates to the rant and scrolls to comment you selected notification from. That's nice. The website and skyrant don't.
-
There's a picture with six or eight skulls on it and it shows every race having a different shaped skull a bit. I tended it to be true, I can recognize a Russian head for example, our skulls are not the same. (Ostream (@antigermgerm?) says it's not possible but wtf, it really is and in some cases extremely obvious
). If it's race depended.. But now, that picture was once popular and there was a narrative. One picture dominated the internet in the end making the other one disappear. Now I don't know which one was the truth with all written information these days. So, I do believe in different type of skulls but the meme is like this.
I doubt any information about it. It could be altered or hidden.
I probably have the last skull in image for doubting this. -
I don't know what is political about saying people needing to pay more attention to biology. But this is how information / "facts" go these days. If your information is not fun but true, you're fucked on Reddit.
I stated literally that someone was ethical by telling the landlord someone is moving in since he hired all inclusive. Two people would be more expensive for landlord. But because it's not in the law and everyone is like fuck the landlord, I got downvoted tens of times by giving my opinion that someone is nice by thinking about his landlord what is also just a human. Devrant downvoting is way better, only when you REALLY misbehave. Tolerance is high here. Also, the dislike option "not for me" doesn't hide a post for whole platform I've learned building my anti spam network for this platform.
Reddit is fucked, feelings platform. No room for speculation. Everyone is scary nice. You can predict most discussions. They have a kinda tought train you can hop on. -
Definition of hacking is to do smth with it what it's not essentially designed for. Using your keyboard to smash down your coworker is by this definition a total hacker move. Using your CD drive as a cup holder is totally 1337 h4x0r. Don't fucking with people doing that. Seriously, they still own a dvd drive. Imagine what other crazy stuff they might own.
But programming an EEPROM programmer to program an EEPROM is not hacking I guess. Or does it force to write smth you normally can't? In that case, yes. -
I appreciate. In Ukraine it was once possible to vote for Dart Father. Just by having such name already reeks to corruption. He actually did get votes tho. https://youtu.be/pLd9Pd03w7s/.... I just realize now it's for major, not president.
Well, their way or selecting a major is at least more fair than the Dutch way. We can't actually vote for the major of our cities. Crazy if you think about it - we can core our bosses's bosses but not our 'boss'. While being led by right wing for decades, almost all neighbors are lefties. But, as a stereotype dutchy, I wear an orange shirt, don't care and will behave like a animal on the kings birthday while not knowing the date. Tolerance by ignorance! Most tolerant people in the world :) After the Danish or so maybe. -
@jestdotty anyway, are you heating with me? Together we can. Let's extinct a few bugs in less then 70 year so we can just enjoy it ourselves. "bUGS GoOd foR baLANce iN naTuRe.". Pff, chat balance changed so many times. Species going extinct is part of life when you're a big ball floating in dem galaxy. On a day we'll be that species. Get over it. Nothing to do about it. Evecuate to mars is actually possible. It seems (doubt a bit) to be possible to extract water from Martian soil. A flight to Mars is 7 months with current Rockets and there's is nothing regarding our current roles of physics that can stop us if we want. It's pure about monehh and engineering. Doubt doubt doubt. I just looked it up. What if there's some force on earth bringing us life that's not available on Mars? I mean, life's still a mystery. It's fair to assume that we're in someway still not be able to detect anything around us. I know it sounds insane but explain life. There must be source or we are gods.
-
I am the true NSA of this platform, information about you: Appreciation rank: 284 - Contributions made: 65 - Percentage of total contributions: 0.04% - Average post length: 72 characters - Total post length: 4,705 characters - Percentage of total content contributed: 0.0%
-
@kiki Have no tools for comments :P How did that bastard get eight upvotes, that suspicious.
Edit: So, i think this score is more realistic.