HN user

redpanda_ua

172 karma
Posts1
Comments29
View on HN

I plan to KISS it as much as possible. The goal is to learn the basics. Maybe after that do more cool stuff in some HDL. Maybe even buy a FPGA :)

I am a further into the development of the CPU then I show in the blog, as such I do have ISA already, but it's constantly changing. The control bus though, is final I think.

https://i.imgur.com/1Sh1cSh.png

With any luck, that won't be an issue for a long time considering self-driving cars are on their way.

Already replied to a similar question:

I need to read all websites you visit, to check them against your blocked list. I do not save any data outside of local storage on chrome. In fact I am pro-privacy, so I opted out of using chrome.sync, to sync the data between Chromes on different devices. Because it's 3rd party cloud.

Since I made this extension open-source, you can check if my claims are true here: [link redacted]

(Sorry for messy code, 1st time real JS development for me, refactoring and documenting is on it's way.)

Thanks for the question, developer here.

I need to read all websites you visit, to check them against your blocked list. I do not save any data outside of local storage on chrome. In fact I am pro-privacy, so I opted out of using chrome.sync, to sync the data between Chromes on different devices. Because it's 3rd party cloud.

Since I made this extension open-source, you can check if my claims are true here: https://bitbucket.org/redpandaua/distractoff

(Sorry for messy code, 1st time real JS development for me, refactoring and documenting is on it's way.)

I noticed I can visit same websites (twitter, reddit, HN) few times in the span of 5 minutes. And I don't usually even notice that, it's like a habit. To help me break the loop I made this extension.

It only has basic functionality right now, and I want to add some form of statistics, and maybe more in depth personalization tools.

Apart from that, I also plan to port it at least to Firefox, but may look into Edge and Opera.

Would love your feedback, thanks!

Awesome, thanks for posting. Been a while since I wanted to try any BSD but never got my hands around it. Might just put in into VM and play around. Just like I started with Linux.

May I ask you why you don't like it? As a new-ish Linux convert, I'd like to see your point of view as someone who used it for a while.

I am a new-ish Linux user. Can someone explain to me why systemd is so bad? Is it because it monopolized so many features? So it's not UNIX way of tiny programs working together? I feel like I am missing something.