HackerTrans
TopNewTrendsCommentsPastAskShowJobs

glopes

no profile record

comments

glopes
·2 jaar geleden·discuss
Trademarking language names is not allowed since a language is not considered a good but rather a standard, however what is being trademarked here is the software product which is the compiler of Rust. It just so happens that the language and the compiler software are called the same thing.
glopes
·3 jaar geleden·discuss
NeuroGEARS | Full-Time £50k-£70k+ | Open-Source Research Software Engineer, .NET Frontend Engineer and Technical Writer positions | London VISA or REMOTE (UK or EU preferred)

I am a computer scientist and software engineer by training but switched gears to do a PhD in neuroscience. I created [Bonsai](https://bonsai-rx.org/), a free and open-source visual programming language that currently is used to control thousands of Neuroscience experiments around the world. We founded NeuroGEARS after realizing the gap between the tinkering needs of basic neuroscience research and the rigidity of closed-source proprietary tools.

Our goal is to make technology that is accessible, understandable and modifiable. We want scientists to be able to take apart their instruments, understand how they work, and be able to quickly recombine and repurpose their technical toolkit to answer scientific questions at the edge of the unknown, while trusting the quality of their data.

We are looking for a talented .NET software engineer who can help us reimagine our frontend architecture to a modern and extensible cross-platform UI stack, and a technical writer or research scientist that can help us design and implement new outreach and training materials for the Bonsai community. We aim to cover a broad audience including not only scientists, but also artists and engineers with an interest in experimental lab activities, and open-source hardware and software.

We are based in London and can offer visa sponsorship. Contact details for applications are listed in each of the full positions linked below.

- Research Software Engineer, Experiments | London VISA ONSITE (https://neurogears.org/jobs/20164152)

- Application Software Engineer, .NET | London VISA or Lisbon or REMOTE (https://neurogears.org/jobs/20230801)

- Technical Writer, Outreach | London VISA or Lisbon or REMOTE options (https://neurogears.org/jobs/20230802)
glopes
·5 jaar geleden·discuss
By definition, it simply means that consciousness is not what it appears to be. It doesn’t, however, imply that consciousness does not exist.
glopes
·5 jaar geleden·discuss
These questions are exactly why you should read Spinoza’s Ethics.
glopes
·5 jaar geleden·discuss
> or perhaps for other reasons

This is exactly where complexity hides. Simplicity of models relies on abstractions, which in the real world are invariably leaky. The complexity of making a robust NAND gate is very much observable at some level, and only goes away once you ignore the messy details. The more we look, the more this seems to hold for pretty much everything in our observable universe, from galaxies to quarks. The more you dig the more worms you find. There are thousands of sub-fields of molecular biology which try to understand how a single cell actually works, and we still are not done by a large margin. Of course we will always ignore what we can to make workable human models that we can actually reason about.
glopes
·5 jaar geleden·discuss
In my opinion TDD really only exploded in modern SW industry due to the shift to dynamic languages like Javascript and Python where you can’t even rely on the compiler to help you with types and typos.

Unit tests still help of course with static typed languages but you really don’t need to be afraid that refactoring can kill your entire code base as you have formal proof that types and names agree as part of your IDE and build process by default.