HackerTrans
TopNewTrendsCommentsPastAskShowJobs

selamtux

no profile record

Submissions

Ask HN: Is there a framework for developing distributed applications?

1 points·by selamtux·ปีที่แล้ว·0 comments

comments

selamtux
·ปีที่แล้ว·discuss
maybe weighted trees? hot paths are lower weight so it will be more close the root.

splay tree are good if you are not accessing concurrently and ordered items. next item always be in root
selamtux
·ปีที่แล้ว·discuss
i try to create 3d printing service with laser cutting/engraving without success.

i try to register as driver for kind of uber with motorcycle but no success.

now i am trying to develop set of applications for specific market to platform as a service probably it will end up trash can without success :)

one of my friend from another profession change his career to driver as "uber eat", (we have different brands for it) at least his doing ok.
selamtux
·ปีที่แล้ว·discuss
by the way they say "we didn't seed after the download" but what about while downloading in progress?
selamtux
·ปีที่แล้ว·discuss
Aaron Swartz didn't seed or distribute articles too
selamtux
·2 ปีที่แล้ว·discuss
i remember when i start coding first time (with note pad), first couple of month i keep pocket book close, then i download the manual (it was 56K times) and it was open all the time. back then memorizing functions from stdlib was a normal thing, but there is a saying, always check man page after you write the code.

first time i use an editor which have auto completion but it works only for same file, it was time saving thing.

then i see real auto completion feature, full function name, parameters, returns and couple of words from manual, it was mind blowing for me.

then i start using eclipse, with one click whole class generation from interfaces etc. one of my friend create its own snippets and it was writing like 3 person, couple of keyword strikes and bamm, whole thing is ready.

then internet become something like air instead of water, constant flow of information, constant needs.
selamtux
·2 ปีที่แล้ว·discuss
i was need something similar for golang and i try to use regexes in those projects, but in eye of performance it wasnt good enough. sometimes i wish to understand more deeply regexes.

it maybe another way to speed up for golang like prefix tree instead of using regexes, any one know a something similar for golang?
selamtux
·2 ปีที่แล้ว·discuss
that what i thinking, after some job interview i realized nobody gives a shit how many cpu cycle you use, they only care about jira points.