HN user

melissalobos

929 karma

CTO Izente Scientific Consulting

izente.com

www.linkedin.com/in/melissa-villalobos-a583a1229

Posts34
Comments214
View on HN
github.com 4y ago

CuteXterm- Sensible defaults for xterm in the 21st century

melissalobos
8pts2
github.com 4y ago

Termbox2

melissalobos
21pts1
xn--rpa.cc 4y ago

Everything you ever wanted to know about terminals

melissalobos
377pts177
www.linuxfromscratch.org 4y ago

More Control and Package Management Using Package Users

melissalobos
1pts0
jvns.ca 4y ago

Entr: Rerun your build when files change

melissalobos
40pts13
dl.acm.org 4y ago

Unified Theory of Garbage Collection

melissalobos
2pts0
threadreaderapp.com 4y ago

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

melissalobos
1pts0
cs.stackexchange.com 4y ago

What is the difference between radix trees and Patricia tries?

melissalobos
3pts1
news.ycombinator.com 4y ago

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

melissalobos
2pts7
arxiv.org 4y ago

Simplified Parsing Expression Derivatives

melissalobos
2pts0
holub.com 4y ago

Compiler Design in C

melissalobos
5pts2
www.pango.network 4y ago

Rules for the Designation and Naming of Pango Lineages

melissalobos
2pts0
www.semanticscholar.org 4y ago

Bubble sort: an archaeological algorithmic analysis

melissalobos
13pts1
ttj.dk 4y ago

Set up a website with Nim (2019)

melissalobos
86pts15
github.com 4y ago

Prologue – Powerful and flexible web framework written in Nim

melissalobos
3pts0
mkdev.me 4y ago

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

melissalobos
1pts0
arxiv.org 4y ago

Carbon Emissions and Large Neural Network Training

melissalobos
2pts0
news.ycombinator.com 4y ago

Ask HN: Inclusive Hiring Practices

melissalobos
4pts2
www.itsoc.org 4y ago

IEEE Information Theory Society

melissalobos
2pts0
eli.thegreenplace.net 4y ago

Understanding how to implement a character-based RNN language model

melissalobos
2pts0
en.wikipedia.org 4y ago

Ajax the Great

melissalobos
2pts1
github.com 4y ago

Karax. Single page applications for Nim

melissalobos
4pts0
github.com 4y ago

Nimporter – Compile Nim Extensions for Python on Import

melissalobos
13pts0
github.com 4y ago

Sphinx C

melissalobos
3pts1
academic.oup.com 4y ago

Comparisons of zero-inflated intensity values: choice of test statistic matters

melissalobos
5pts0
arxiv.org 4y ago

Spherical Text Embedding

melissalobos
3pts0
github.com 4y ago

MyDef – Programming in the next paradigm – your way

melissalobos
2pts0
github.com 4y ago

Language Development Libraries for Rust

melissalobos
3pts0
www.webtoolkit.eu 4y ago

Wt, C++ Web Toolkit

melissalobos
2pts2
gpfault.net 4y ago

Let's Learn x86-64 Assembly Part 0 – Setup and First Steps

melissalobos
2pts0

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.

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.

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.

"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).

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.

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.

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.

Torus-Earth (2014) 4 years ago

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.

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.

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.

I do think that Julia in general isn't the best for interacting with C(based off of some experimenting 2 years ago). I have tried using it with a decent number of odd C libraries used in Scientific Computing(with actual capital S and C. Which always involved binary blob libraries.). I think if you control more of the stack it is a better language. But when using it with vendor provided binaries I ran into many many issues.

"with actual capital S and C." This part was referencing the industry and not me being egotistic.

Commercial-Emacs 4 years ago

I don't really understand what exactly this is. It looks like an open source version of emacs, but I don't understand how it is commercial. Could someone explain more or point to a better description of the project?

For Mandarin, detecting the word boundaries in the absence of white space between word-indicating characters or character sequences has been a dedicated sub-task of NLP pre-processing

This is also really hard(at least for me) for second language learners.

most people that whine about generics & performance don't know a lot about performance

Really it is almost everyone who doesn't know a lot about performance. Any modern programming language is targeted not at an expert, but a beginner(look at Rust which is supposed to be relatively difficult, yet is quite quick for people to pick up in my experience).

Languages should be able to be performant, even when used in poor ways. No matter what, people won't presort their data, since it likely comes from some database or csv file or json response or who knows what. So a language should be trying to accommodate that use case.