Blog: 2022-10-25: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Hacking around today. Would like to get the caps lock to work as a control key on ubuntu, though the login is pretty janky - it pops up with a keyring thing and I get some int...") |
No edit summary |
||
Line 2: | Line 2: | ||
Somebody has made a browser that is exploring a similar niche to what I'm going for - offline, js-free, etc. https://github.com/runvnc/tersenet is the repo but it's not functioning yet, apparently. Also it's written in nim and installing nim on ubuntu doesn't work? |
Somebody has made a browser that is exploring a similar niche to what I'm going for - offline, js-free, etc. https://github.com/runvnc/tersenet is the repo but it's not functioning yet, apparently. Also it's written in nim and installing nim on ubuntu doesn't work? |
||
<pre> |
|||
$ sudo apt-get install nim |
$ sudo apt-get install nim |
||
Reading package lists... Done |
Reading package lists... Done |
||
Line 8: | Line 8: | ||
Reading state information... Done |
Reading state information... Done |
||
E: Unable to locate package nim |
E: Unable to locate package nim |
||
</pre> |
Latest revision as of 12:50, 25 October 2022
Hacking around today. Would like to get the caps lock to work as a control key on ubuntu, though the login is pretty janky - it pops up with a keyring thing and I get some internal error messages (though these don't seem to cause any harm). Would be nice to switch to Debian though wireless internet doesn't work, yet. That'd be a good project, to upgrade the kernel on debian to have the proprietary intel wireless driver.
Somebody has made a browser that is exploring a similar niche to what I'm going for - offline, js-free, etc. https://github.com/runvnc/tersenet is the repo but it's not functioning yet, apparently. Also it's written in nim and installing nim on ubuntu doesn't work?
$ sudo apt-get install nim Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package nim