u/oskarth - 18 Archived Voat Posts in v/programming
u/oskarth
  • home
  • search

u/oskarth

10 posts · 8 comments · 18 total

Active in: v/programming (18)

  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››
Code Cards - Anki for code
1 0 comments 30 Jan 2017 13:52 u/oskarth (..) in v/programming
Spaced repetition and practice
3 1 comment 01 Apr 2016 22:42 u/oskarth (..) in v/programming
Comment on: What makes a good interface?

Yes, this is something I'm thinking hard about how to balance. Right now my thinking is to provide a kind of power-mode for power users, and then minimize them amount of steps required for simple tasks or "proven workflows", such as putting up simple static content, etc.

1 17 Sep 2015 10:58 u/oskarth in v/programming
Comment on: What makes a good interface?

This is a good point. I really like this quote from SICP:

programs must be written for people to read, and only incidentally for machines to execute

4 15 Sep 2015 19:59 u/oskarth in v/programming
Comment on: What makes a good interface?

You are absolutely right. I've experimented with having the log window right next to the input box, but couldn't make it work nicely. The reason is that the editor has to be big, and the log window needs to be quite tall to accommodate large lists of data. I could have the instructions in a different window, but that would complicate the code too much at this stage.

In general, I'm trying to make incremental changes that are strict improvements, i.e. going from "sucks a lot" to "sucks a bit less". Eventually I think a more standard login process (say, a "popup" in the middle of the screen) would be better.

Thanks for the feedback! It's very useful to think about eye movement when doing interfaces, and it's something I will do more of.

1 15 Sep 2015 19:54 u/oskarth in v/programming
What makes a good interface?
8 8 comments 15 Sep 2015 18:48 u/oskarth (..) in v/programming
Comment on: Netpowder, a mini-server in the browser

I'm in my mid-twenties so not sure if that counts as young anymore, but thanks for the kind words. Yes, I aim to stay away from the tech giants, would prefer something with more creative freedom and ownership.

0 14 Sep 2015 15:54 u/oskarth in v/programming
Comment on: Netpowder, a mini-server in the browser

Sorry, I forgot to get back to you! We just got it up and running yesterday. PMing you now.

EDIT: Found a bug in the websocket connection, debugging right now.

EDIT2: Fixed it and PMed you, the problem was a typo in the reverse proxy config for this instance.

0 14 Sep 2015 15:33 u/oskarth in v/programming
Comment on: Netpowder, a mini-server in the browser

Author here. I'm unfamiliar with Opera unite, is it still actively being developed? After reading http://www.operasoftware.com/press/releases/general/opera-unite-reinvents-the-web my understanding is that it only works as long as you have your computer on, whereas with Netpowder the content is hosted on a remote server that is online 24/7. It thus seems to be optimized for a different use case - hosting private photos / music collection / etc from your computer, as opposed to putting up a prototype website for the world to see.

2 08 Sep 2015 14:56 u/oskarth in v/programming
Comment on: Netpowder, a mini-server in the browser

Author here. We are working on putting up more instances in the next few days, I'll PM you as soon as they are available!

1 08 Sep 2015 14:54 u/oskarth in v/programming
Netpowder, a mini-server in the browser
31 10 comments 08 Sep 2015 13:26 u/oskarth (..) in v/programming
Grok LOC?
5 5 comments 19 Aug 2015 16:49 u/oskarth (..) in v/programming
Comment on: A short overview of the file system

OP here. To clarify, it's not introducing a new file system, it's describing the one used in xv6. From my initial post (http://experiments.oskarth.com/unix00/):

xv6 is a modern rewrite of Unix V6, the first Unix that was published outside of Bell Labs, and John Lion’s commentary of its source code. It consist of a text and the source code. In total the source is under 10 000 lines of code, and the book is under 100 pages. You can find out more at MIT’s Operating Systems Engineering class website, which is where xv6 was written.

I have not looked into ext2 but would be interested in having a look. Do you have any specific resources you would recommend?

5 15 Aug 2015 18:06 u/oskarth in v/programming
A short overview of the file system
25 5 comments 15 Aug 2015 17:27 u/oskarth (..) in v/programming
Locks and concurrency
8 3 comments 07 Aug 2015 18:00 u/oskarth (..) in v/programming
What's on the stack?
11 3 comments 13 Jul 2015 21:13 u/oskarth (..) in v/programming
What is a shell and how does it work?
8 0 comments 28 Jun 2015 20:33 u/oskarth (..) in v/programming
Grokking xv6
1 0 comments 20 Jun 2015 22:43 u/oskarth (..) in v/programming
  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››

archive has 9,592 posts and 65,719 comments. source code.