Details
-
AboutWorking on Re-Volt 1999's OpenGL port (RVGL)
-
SkillsC/C++, Java, Ruby, Python
-
LocationChile
-
Website
-
Github
Joined devRant on 7/15/2018
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
-
This is a RISCV Emulator that I wrote. I started 2PM and finished 4PM next day. This is the outcome. :)
half of those 26 hours were reading the ISA manual 😅 bc I'm dumb and I take ages to understand.6 -
✨ I created a cli tool that brings my GitHub feed right to my terminal.
It's just a fun idea that I had since I have this habit of checking my github feed every now and then. So made this tool to do it right from my working terminal.
The project is open-sourced in Github
https://github.com/RocktimSaikia/...7 -
Not a rant. Just how far technologie came.
on the right:
1 Episode of a new show, 4k hdr etc : 9GB
On the left:
Whole season (26 episodes) of startrek Voyager (DVD quality).
I find this pretty much fun.18 -
Coding in sick mode...
I mean real sickness. Specifically, cold.
God help the ones that suffers from the same situation.6 -
I wrote a node + vue web app that consumes bing api and lets you block specific hosts with a click, and I have some thoughts I need to post somewhere.
My main motivation for this it is that the search results I've been getting with the big search engines are lacking a lot of quality. The SEO situation right now is very complex but the bottom line is that there is a lot of white hat SEO abuse.
Commercial companies are fucking up the internet very hard. Search results have become way too profit oriented thus unneutral. Personal blogs are becoming very rare. Information is losing quality and sites are losing identity. The internet is consollidating.
So, I decided to write something to help me give this situation the middle finger.
I wrote this because I consider the ability to block specific sites a basic universal right. If you were ripped off by a website or you just don't like it, then you should be able to block said site from your search results. It's not rocket science.
Google used to have this feature integrated but they removed it in 2013. They also had an extension that did this client side, but they removed it in 2018 too. We're years past the time where Google forgot their "Don't be evil" motto.
AFAIK, the only search engine on earth that lets you block sites is millionshort.com, but if you block too many sites, the performance degrades. And the company that runs it is a for profit too.
There is a third party extension that blocks sites called uBlacklist. The problem is that it only works on google. I wrote my app so as to escape google's tracking clutches, ads and their annoying products showing up in between my results.
But aside uBlacklist does the same thing as my app, including the limitation that this isn't an actual search engine, it's just filtering search results after they are generated.
This is far from ideal because filter results before the results are generated would be much more preferred.
But developing a search engine is prohibitively expensive to both index and rank pages for a single person. Which is sad, but can't do much about it.
I'm also thinking of implementing the ability promote certain sites, the opposite to blocking, so these promoted sites would get more priority within the results.
I guess I would have to move the promoted sites between all pages I fetched to the first page/s, but client side.
But this is suboptimal compared to having actual access to the rank algorithm, where you could promote sites in a smarter way, but again, I can't build a search engine by myself.
I'm using mongo to cache the results, so with a click of a button I can retrieve the results of a previous query without hitting bing. So far a couple of queries don't seem to bring much performance or space issues.
On using bing: bing is basically the only realiable API option I could find that was hobby cost worthy. Most microsoft products are usually my last choice.
Bing is giving me a 7 day free trial of their search API until I register a CC. They offer a free tier, but I'm not sure if that's only for these 7 days. Otherwise, I'm gonna need to pay like 5$.
Paying or not, having to use a CC to use this software I wrote sucks balls.
So far the usage of this app has resulted in me becoming more critical of sites and finding sites of better quality. I think overall it helps me to become a better programmer, all the while having better protection of my privacy.
One not upside is that I'm the only one curating myself, whereas I could benefit from other people that I trust own block/promote lists.
I will git push it somewhere at some point, but it does require some more work:
I would want to add a docker-compose script to make it easy to start, and I didn't write any tests unfortunately (I did use eslint for both apps, though).
The performance is not excellent (the app has not experienced blocks so far, but it does make the coolers spin after a bit) because the algorithms I wrote were very POC.
But it took me some time to write it, and I need to catch some breath.
There are other more open efforts that seem to be more ethical, but they are usually hard to use or just incomplete.
commoncrawl.org is a free index of the web. one problem I found is that it doesn't seem to index everything (for example, it doesn't seem to index the blog of a friend I know that has been writing for years and is indexed by google).
it also requires knowledge on reading warc files, which will surely require some time investment to learn.
it also seems kinda slow for responses,
it is also generated only once a month, and I would still have little idea on how to implement a pagerank algorithm, let alone code it.4 -
Not code related, but.....
When you open a pron site and see this
Guess I should save the planet instead of jerking off10 -
I'm planning to put this comment somewhere in our code for the future developers to see.
/**
لقد اتخذت القرار الخاطئ بالتقدم إلى هذه الشركة. اترك الآن قبل فوات الأوان. أنا المطور السابق وحياتي أصبحت بائسة. البيروقراطية ، السياسة ، تأخر الرواتب ، عدم الابتكار. أسوأ رمز رأيته حتى الآن.
**/
Edit: Too late, I already did. git commit . git push
Time to update my CV :) any job openings you can recommend?12 -
Learning godot with some farm pack from itch.io.
I made the chickens spawn a chicken every second.
Chickenpocalypse.11 -
M$ even admitted that ActiveX was not safe. They at least accepted the problem.
But just saying the the user: "Cool features = get hacked" is stupid.6 -
Notch.
Not even specifically for minecraft but for the live streams he did for the ludum dares, how he made up games from nothing just inspires me big time.10