HackerTrans
TopNewTrendsCommentsPastAskShowJobs

melissalobos

no profile record

Submissions

CuteXterm- Sensible defaults for xterm in the 21st century

github.com
8 points·by melissalobos·hace 4 años·2 comments

Termbox2

github.com
21 points·by melissalobos·hace 4 años·1 comments

Everything you ever wanted to know about terminals

xn--rpa.cc
377 points·by melissalobos·hace 4 años·177 comments

More Control and Package Management Using Package Users

linuxfromscratch.org
1 points·by melissalobos·hace 4 años·0 comments

Entr: Rerun your build when files change

jvns.ca
40 points·by melissalobos·hace 4 años·13 comments

Unified Theory of Garbage Collection

dl.acm.org
2 points·by melissalobos·hace 4 años·0 comments

To some extent the internet incentivizes the production of meta-games

threadreaderapp.com
1 points·by melissalobos·hace 4 años·0 comments

What is the difference between radix trees and Patricia tries?

cs.stackexchange.com
3 points·by melissalobos·hace 4 años·1 comments

Ask HN: Forget tabs vs. spaces, what about braces around single line statements?

2 points·by melissalobos·hace 4 años·7 comments

Simplified Parsing Expression Derivatives

arxiv.org
2 points·by melissalobos·hace 4 años·0 comments

Compiler Design in C

holub.com
5 points·by melissalobos·hace 4 años·2 comments

Rules for the Designation and Naming of Pango Lineages

pango.network
2 points·by melissalobos·hace 4 años·0 comments

Bubble sort: an archaeological algorithmic analysis

semanticscholar.org
13 points·by melissalobos·hace 4 años·1 comments

Set up a website with Nim (2019)

ttj.dk
86 points·by melissalobos·hace 4 años·15 comments

Prologue – Powerful and flexible web framework written in Nim

github.com
3 points·by melissalobos·hace 4 años·0 comments

Where to begin as a programmer: Ilya Konovalov’s story

mkdev.me
1 points·by melissalobos·hace 4 años·0 comments

Carbon Emissions and Large Neural Network Training

arxiv.org
2 points·by melissalobos·hace 4 años·0 comments

Ask HN: Inclusive Hiring Practices

4 points·by melissalobos·hace 4 años·2 comments

IEEE Information Theory Society

itsoc.org
2 points·by melissalobos·hace 4 años·0 comments

Understanding how to implement a character-based RNN language model

eli.thegreenplace.net
2 points·by melissalobos·hace 4 años·0 comments

comments

melissalobos
·hace 4 años·discuss
Not to be rude or anything, but working in the ABQ area as well we have hired a few people who applied to Stellar Science, they have said they were just asked to submit a sample of work and never heard anything back. One or two of them my have been a bit bitter over it since they worked hard on their submissions. What exactly are you guys looking for or have your hiring standards changed or what usually leads to candidates not being hired.

This may sound like I applied and was burned, but I can assure you this wasn't the case, it just came up twice recently and a lot of people had gripes.
melissalobos
·hace 4 años·discuss
My comment as may be noted was more a commentary on the historical licensing of MINIX which lead to Linux, see the original post.

https://fossbytes.com/linus-torvaldss-famous-email-first-lin...
melissalobos
·hace 4 años·discuss
> What I wonder is why some of them chose not to publish their works when their hunches were correct?

What have you published? Or have most people?
melissalobos
·hace 4 años·discuss
Not sure, but maybe because it isn't a positional zero.
melissalobos
·hace 4 años·discuss
I don't know quite what you mean? MINIX isn't free, which is pretty big for a student project. In fact people may have started a similar project(not big like GNU) to due to its price.
melissalobos
·hace 4 años·discuss
https://www.uninformativ.de/blog/postings/2018-02-24/0/POSTI...
melissalobos
·hace 4 años·discuss
Sure those were encountered there, but at least in my experience those are easily avoided. I have had to make test suites for this, and in my experience if you use reasonable libraries things work well.
melissalobos
·hace 4 años·discuss
To answer your question, yes. Someone absolutely can decode that and figure out the odds. If they couldn't then there would be less obfuscation used. A browser ABSOLUTELY has to be able to run the javascript. Anyone dedicated enough can de-compile that javascript to a program. Is it easy? No, but people do it all the time.

I have had to deal with client that thought they could keep some bit of code secret on a browser before. I have had to explain many many times that anything the browser can do a human can do. So if a browser can run the code, at some point a human can too.
melissalobos
·hace 4 años·discuss
Why was it a huge mistake? There are decent libraries that support it. Did it just not work with your cloud setup or OS libraries?
melissalobos
·hace 4 años·discuss
"seek and ye shall find"? I mean they didn't exactly try to find out why they were drinking so much coffee, they were more trying to save money(I think).
melissalobos
·hace 4 años·discuss
I don't mean to diminish the post or the author, but I spent a decent amount of time reading through the pages and am about to try their code, but I get the feeling the author is a little either crazy or out of touch with how to communicate with people. It is clear they have made something interesting, but I can't help but feel there is something off in the communication of it.
melissalobos
·hace 4 años·discuss
Each series takes place in a different time frame and with entirely different characters so they each stand on their own. Anyone can watch the episode named "Beer" in the second series and find it funny for a 30 minute show.
melissalobos
·hace 4 años·discuss
Right, but now you can't use that COUNTER value in a macro and have it stay the same value. Think about concatenating a variable name with the counter and trying to use that same new name later in the same macro. Like NAME ## __COUNTER = NAME ## __COUNTER -1; This won't work without some extra state.
melissalobos
·hace 4 años·discuss
You can say exactly the same thing for a sphere. Really a sphere is just the skin, but in practice people will use phrases like "within the sphere" etc.. So it really doesn't matter, when it does people refer to the "boundary" of it or will just write some equations.
melissalobos
·hace 4 años·discuss
> I realize that's a gross oversimplification

In part especially since KDE deliberately breaks up their core libraries into multiple sub-libraries(https://develop.kde.org/products/frameworks/), in order to make them available for reuse by other Qt projects. Which is not the case for XFCE. KDE also depends on Qt which is similarly broken up into smaller packages(e.g. https://packages.debian.org/buster/libqt5gui5 is depended on by https://packages.debian.org/buster/libkf5auth5). Even though the actual attack surface in terms of exposed functionality is similar.
melissalobos
·hace 4 años·discuss
A lot of these types of comparisons done with distribution provided packages aren't really ever comparing what they think they are. KDE has a TON of components which can be optionally compiled/installed(like baloo or the PIM), which are not essential and offer features far beyond what a regular XFCE install will provide(and which most non-corporate users don't want). In addition there are lots of different flags and ways to compile each of these environments(and their related libraries) that can make all of them much leaner if that is the goal.

A fairer comparison would be to look at the most minimal install with similar compilation flags, or look at only what applications it would take to achieve some goal and compile and install only those parts needed to perform it using the desktop environment's applications.
melissalobos
·hace 4 años·discuss
> you'll get smooth 60 FPS at no extra CPU cost.

The key part there is no EXTRA cost. Most immediate mode GUI libraries redraw 60 frames everytime, so there is a constant somewhat high cost, especially compared with a retained mode program.
melissalobos
·hace 4 años·discuss
> For some reason I remember the compiled size for Duktape being smaller

For any C library this is HEAVILY dependent on the compiler, compilation, and linking options used.
melissalobos
·hace 4 años·discuss
Sure and I was positing why they may have increased.
melissalobos
·hace 4 años·discuss
> People also dress differently in the sun than they did in the past.

Temperatures in those sunny areas have increased as well on average over the last few decades.