Details
-
AboutAngry, opinionated. (js stinks). Touched almost everything CS. Master of none. Always on the learn.
Joined devRant on 11/9/2020
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
-
Data is like a dildo.
No matter how thoroughly the person who gave it to you says they cleaned it, you're still going to want to clean it yourself.6 -
JoyRant build 40
* Added spam detection!
* Fixed weird black background in encountered users view
* Fixed aspect ratio of placeholder user image
Spam is detected using a spam score system.
Specific words and patterns increase the score and once a threshold is reached, the rant is considered spam.
In the feed spam rants will be less visible (max 3 lines of text, smaller and half transparent text and no images) but you can still open the rant (maybe to check the full rant to see if it is really spam) and downvote.
This can be disabled in Settings but is enabled by default.
It’s phase 1 of the spam related feature.
I will approach phase 2 later since it‘s low priority for me.
Feel free to contribute to the spam detection config file via PR:
https://github.com/WilhelmOks/...8 -
I'm a slow developer because i try to think things through before i start coding and end up not doing anything or taking a long time to do simple things.
I dislike just jumping in and writing code because I end up not understanding why things work27 -
It really shouldn’t trigger me that much, but it does.
I fucking hate those spamming assholes. Especially those about crypto recovery.
They make my blood boil.
I start to imagine horrible things happening to them.
Human scum.10 -
Yes, I had the opportunity to buy any mouse in the world, but I picked a weird apple one with one physical button acting as two separate buttons, a trackball for scroll wheel (it's neat to scroll horizontally though, not gonna lie), virtual middle button, virtual squeeze sensor and a tiny internal speaker. Yes, I'm an idiot.
But hear me out. When I was a child, I accidentally wandered into an apple store. I was blown away by what their UIs looked like (it was a Leopard era, maybe Tiger, I'm not sure). I still remember how I approached a desk where an iMac stood, and this was the mouse it came with. This. This very mouse was my first experience with apple. and oh boy, how memorable it was, and how much I wanted a macbook of my own.
Apple still means a lot to me. It's so unfortunate that their privacy approach went real bad real fast. Somehow when people say that nintendo, which is a shitty anti-consumer company, means a lot to them, it's suddenly okay, because that shitty anti-consumer company is based in japan. mark my words, if apple was a japanese company, it would've been much worse, but it wouldn't have been hated as much.
I now possess my childhood dream, or at least its fragment: the best mouse that apple ever made. it feels comfy and substantial. modern flat magic mouse is a disgrace. if you're still an apple user (my condolences), buy a mighty mouse on ebay. wireless ones do exist, they take regular batteries.
Oh, and this mouse works perfectly with Debian out of the box. If you pair it with a Mac, you can see probably the oldest bit of UI that's still in modern os --- the mighty mouse settings panel. It's there, unchanged since the 2000s.15 -
here are things that prove god doesn't exist:
- trie (non-binary tree)
- nybble (half a byte)
- .DS_Store
- .Trash-1000
- tsconfig.json
- Electron
for if he existed, he would have never allowed those hubris monuments to be erected in his kingdom.21 -
Had 1 beer in a pub. Had difficulty walking back to hotel.
You can tell I'm not a big drinker.
2 more weeks to pass here, in Dublin. And not get run over while crossing a street [u know, opposite traffic].
Somehow...
All for the sake of that promising project.9 -
I've seen this recurring theme: a company says: "We don't have time to educate you".
Why do they say that? I argue it would be beneficial to them that they get someone who is progressively developed in their skillset over time. But no, they always think short-term. It's their loss.
The sad thing is that I notice this with a lot of companies. Short-term thinking is not insightful.4 -
How novel would it be to link vector entries or variables' importance to the correlation between the function's derivatives and frequency components?
Isn't the importance of variables determined typically through things like coefficient analysis in regression or other?11 -
Turns out, even spam in dR has its benefits :)
retoor's bot was asleep I guess, so I noticed a spanish spam post about taxi 24 horas [taxi with 24 whores]. And it was quite a good test for my spanish! Turns out, with Duolingo in one year one can learn to understand a language quite well. I only didn't know a few words in the spam post, but the rest I read as if it were english.
Daaayyuummm.. I was too sceptic about Dulingo :o4 -
By the time you get to need to learn Kubernetes, people are usually too far deep in their engineering careers and already have this 'not even more shit' fatigue.4
-
Is devRant Losing Its Spark?
Hey ranters,
Anyone else notice how quiet devRant has become? Back in 2016-2017, this place was buzzing with energy, but now it’s down to just 10-12 rants a week. What happened? Did competition from platforms like Reddit or Discord take over, or did devRant stop evolving?
I still believe this platform has huge potential—developers will always need a space to vent and connect. But without fresh ideas or a clear roadmap, it feels like devRant is fading.
To the creators: what’s the plan? To the community: do you feel the same? Let’s discuss!
A concerned dev.33 -
Chinese remainder theorem
So the idea is that a partial or zero knowledge proof is used for not just encryption but also for a sort of distributed ledger or proof-of-membership, in addition to being used to add new members where additional layers of distributive proofs are at it, so that rollbacks can be performed on a network to remove members or revoke content.
Data is NOT automatically distributed throughout a network, rather sharing is the equivalent of replicating and syncing data to your instance.
Therefore if you don't like something on a network or think it's a liability (hate speech for the left, violent content for the right for example), the degree to which it is not shared is the degree to which it is censored.
By automatically not showing images posted by people you're subscribed to or following, infiltrators or state level actors who post things like calls to terrorism or csam to open platforms in order to justify shutting down platforms they don't control, are cut off at the knees. Their may also be a case for tools built on AI that automatically determine if something like a thumbnail should be censored or give the user an NSFW warning before clicking a link that may appear innocuous but is actually malicious.
Server nodes may be virtual in that they are merely a graph of people connected in a group by each person in the group having a piece of a shared key.
Because Chinese remainder theorem only requires a subset of all the info in the original key it also Acts as a voting mechanism to decide whether a piece of content is allowed to be synced to an entire group or remain permanently.
Data that hasn't been verified yet may go into a case for a given cluster of users who are mutually subscribed or following in a small world graph, but at the same time it doesn't get shared out of that subgraph in may expire if enough users don't hit a like button or a retain button or a share or "verify" button.
The algorithm here then is no algorithm at all but merely the natural association process between people and their likes and dislikes directly affecting the outcome of what they see via that process of association to begin with.
We can even go so far as to dog food content that's already been synced to a graph into evolutions of the existing key such that the retention of new generations of key, dependent on the previous key, also act as a store of the data that's been synced to the members of the node.
Therefore remember that continually post content that doesn't get verified slowly falls out of the node such that eventually their content becomes merely temporary in the cases or index of the node members, driving index and node subgraph membership in an organic and natural process based purely on affiliation and identification.
Here I've sort of butchered the idea of the Chinese remainder theorem in shoehorned it into the idea of zero knowledge proofs but you can see where I'm going with this if you squint at the idea mentally and look at it at just the right angle.
The big idea was to remove the influence of centralized algorithms to begin with, and implement mechanisms such that third-party organizations that exist to discredit or shut down small platforms are hindered by the design of the platform itself.
I think if you look over the ideas here you'll see that's what the general design thrust achieves or could achieve if implemented into a platform.
The addition of indexes in a node or "server" or "room" (being a set of users mutually subscribed to a particular tag or topic or each other), where the index is an index of text audio videos and other media including user posts that are available on the given node, in the index being titled but blind links (no pictures/media, or media verified as safe through an automatic tool) would also be useful.12 -
I graduated a couple years ago with a computer science degree. I’ve been working at an engineering company ever since. I never would’ve imagined the amount of physics and math I’d need to know for engineering compared to CS and I really enjoy it2
-
I want to remake hunger games.
But its just that last 2nd or 3rd scene where catpiss everclear is ugly crying and neurotically yelling at her sisters cat, for like two hours straight.
RIP Finnick. The only good character. Otherwise it would have been a completely unwatchable series of movies.
Sometimes I wake up and just choose violence. Fight me.11 -
Seing Jest accuse someone of mainsplaining while being probably the biggest "womansplainer" on the platform is the funniest shit ever.8
-
Apparently my devRant++ status is bugged... but the payments are coming in. Also I'm not on the supporters list anymore.
Anyone else with the same problem?7