Viewing profile — utxaa
utxaa
HN member- Joined
- Sat, Aug 10, 2013, 1:49 PM UTC
- HN karma
- 106
- Public activity
- 122 items
- HN profile
- View on Hacker News ↗
About utxaa
No profile information was provided.
Recent public activity
-
comment
Comment #27707793
try vscode ;) ~ 5*10^6 java code base, i don't notice any slowness. it would be impossible to do this in emacs.
-
comment
Comment #27707754
i don't think that's it. i like scheme, and clojure is not scheme. it may just be that.
-
comment
Comment #27707750
if i change anything in filters.scm then i (load "filters.scm") instead of just sending a snippet to the interpreter to eval. i have this happen when i save the file. same thing, e…
-
comment
Comment #27704786
it's something.
-
comment
Comment #27704777
my inkling is that the more special forms the more difficult it is to repl a language. if everything is an expression not only can you eval parts of it, but that is enough to suppo…
-
comment
Comment #27704747
or the ridiculous namespace system.
-
comment
Comment #27704704
what about the horrible debugging experience?
-
comment
Comment #27704655
i've used emacs for 20 years. i still spend 80% of my day in it ... and vscode is vastly superior for development.
-
comment
Comment #27704645
i don't love java but no one can argue with the fact that it has fantastic tooling. properly written java is a joy.
-
comment
Comment #27704604
hmmm ... what if it's a closure, and it depends on a huge lexical environment?
-
comment
Comment #27704531
> In emacs, for instance, you often use `eval-last-sexp`, by default bound to C-x C-e. This lets you move your cursor to a particular point in the file, often deep in a function, a…
-
comment
Comment #27704391
i get the magical aspect of repls in scheme and CL. not in clojure. not sure why. so i don't like clojure, but i feel like i should ?? why is that?
-
comment
Comment #27454225
what about the current source?
-
comment
Comment #27374333
same here. i would say it was a full 2 years before i was free. i do not want to go through that again though.
-
comment
Comment #27307292
isn't this a bit like saying i'm not afraid of being homeless, what i am afraid of is having no where to sleep and keeping warm in cold weather.
-
comment
Comment #27017824
i also don't notice any speedup. it was a bit disappointing :) i use gnus and org-mode heavily. 80% of my day is in one or the other. i would add that emacs28 w/o compilation feels…
- comment
-
comment
Comment #26935470
this is why if you don't enjoy leet puzzles, you don't learn anything, or can't even do them.
-
comment
Comment #26846080
hmmm ... good point.
-
comment
Comment #26837681
thanks gpm for taking the time. let's see how it pans out. rust is definitely interesting. now let me not impose on your kindness further and go learn a little rust.
-
comment
Comment #26837063
> It is clear to me that he is asking for no panics for OOM. agreed. which is why i'm confused. maybe this is a non-issue that has exploded into an issue :) thanks.
-
comment
Comment #26837023
thank you for this. this helps. but let's say one is writing a filesystem in rust, so you're implementing most of the functions in "struct file_operations", and moreover you are pa…
-
comment
Comment #26836771
> we have good support for "no allocations" and "panic on OOM or return Result on OOM" so if i understand it correctly, the ability is there by just "returning a result on oom" - l…
-
comment
Comment #26836416
what about interacting with the existing kernel code base? would data coming back from the kernel into rust space need to be wrapped to provide safety guarantees? or would it be ne…
-
comment
Comment #26823045
oops. corrected. thanks. my main beef with fossil was performance. but i should clarify that this was 5 years ago or so. so maybe it's ok now.