Live data from Hacker News

Ask HN: What interesting problems are you working on?

news.ycombinator.com

451–460 of 633 posts

Re: Ask HN: What interesting problems are you working on?

#451
post #45
post #43

Earlier quoted context omitted.

Why does this feel like a good use of skills and time to you? I ask because to my mind it feels like a value scraper rather than a value maker, so I'm genuinely curious.

It was earning me a lot more money than a salaried position.

[deleted]

Re: Ask HN: What interesting problems are you working on?

#453

Decentralization and bidirectional real-time communications. I don't mean blockchain. I mean no servers with end-to-end encryption, no third parties of any kind.

I noticed that jitsi supports peer to peer for one on one video conversations. I liked the idea of that. Probably a very small stepping stone towards your goal.

Re: Ask HN: What interesting problems are you working on?

#454
A keyboard based IDE for a keyboard based GUI for PCs. Common PC GUIs are WIMP based (Windows, Icons, Menus, Pointers). They require the usage of a mouse and are pretty complicated. I find the usage of the mouse in a PC GUI "unnatural". So I set out designing a keyboard-input only based GUI. It turned out, that wasn't as difficult as I initially thought. Then I started writing an IDE for designing apps using this new GUI approach. I call it EngageUI, since it is user activity based. https://github.com/Rohit-Agarwal-Khitchdee/EngageUI/

Re: Ask HN: What interesting problems are you working on?

#455
post #445

Javascript and ORMs have a (fairly well-known) interesting set of problems: * There aren't many * Those that you can find, don't support Typescript, so it's all guesswork. * Don't have much (if any) support for related data queries So I've been working on a ORM for PostgreSQL and Typescript for a few months now in my spare time [0]. It's been probably one of the biggest, challenging, and interesting problems I have e…

I’m interested to hear what those PostgreSQL limitations are more specifically.

Re: Ask HN: What interesting problems are you working on?

#456
post #374
post #6

A little while ago, a patent for high throughput DNA synthesis using silicon chips went off-patent, so I have been learning analog IC chip design to build an open source high-throughput DNA synthesis chip. If it works, and I sold them at cost, it would reduce the cost of oligo pool synthesis by ~100x and possibly gene synthesis by 10x. For about 8-9 years now my goal has been to build a cell from scratch for less tha…

I'd just like to echo (verbally "vote") my concern. Every great step forward comes with the potential for an order of magnitude steps backward, i.e. destruction. The amount of man hours to e.g. blow up a building is far fewer than the amount needed to build it. Will the output of your product add a suicide timer to a cell? Will the output of your product prevent the cells from procreating/multiplying? Will the output…

> Will the output of your product add a suicide timer to a cell?

Absolutely not.

> Will the output of your product prevent the cells from procreating/multiplying?

Absolutely not.

> Will the output of your product prevent pathogen creation?

Strictly defined as the output being a chip, absolutely does not.

> Will the output of your product require a specific, unnatural energy source that can only be man made?

Absolutely not.

> Professionals take great care in thinking about those problems

I am a professional in this field, and have been thinking about these problems quite deeply (if you check on my website, my first time writing about my concern for these problems was back in 2014). I have developed opinions on this over the years, but roughly they come down to the fact that many folks have a gross misunderstanding of the field in general, but quite like to think that they understand what is going on.

For example, I mentioned I wanted to do oligo pool synthesis - how the hell would the output of an oligo pool synth run add a suicide timer? Or prevent replication? Or require a certain kind of energy source? In the context of the stated goal, these objections really don't make any sense. It is roughly equivalent to someone wanting to run a mining company and getting countered by "will the output of your product stop school shootings?". Perhaps better questions are along the lines of - how are oligos matching biohazard sequences prevented from being synthesized? Well, this is a question of both governmental policy (what IS a biohazardous sequence?) and of the integrated device (does it phone home for each synthesized sequence? What about hardware hacking?).

Re: Ask HN: What interesting problems are you working on?

#457
post #294

I'm working on a programming environment for making interactive programs. It's focused on addressing how to handle state and network through three main parts. 1/ an embedded functional database as the scope and environment for variables 2/ a managed syncing of database state across the network 3/ the interactivity extends to the compiler itself. I've been following the Tools for Thought crowd for a long while, and re…

Can you share some connections for "Tools for Thought crowd"? Sounds like a Bret Viktor connected thing

Re: Ask HN: What interesting problems are you working on?

#458

A keyboard based IDE for a keyboard based GUI for PCs. Common PC GUIs are WIMP based (Windows, Icons, Menus, Pointers). They require the usage of a mouse and are pretty complicated. I find the usage of the mouse in a PC GUI "unnatural". So I set out designing a keyboard-input only based GUI. It turned out, that wasn't as difficult as I initially thought. Then I started writing an IDE for designing apps using this new…

I feel like if you advertise this to the various "Mechanical Keyboard" communities they'd lose their shit in a positive way. r/mechanicalkeyboard is a main public one

Re: Ask HN: What interesting problems are you working on?

#459
post #374

Earlier quoted context omitted.

I'd just like to echo (verbally "vote") my concern. Every great step forward comes with the potential for an order of magnitude steps backward, i.e. destruction. The amount of man hours to e.g. blow up a building is far fewer than the amount needed to build it. Will the output of your product add a suicide timer to a cell? Will the output of your product prevent the cells from procreating/multiplying? Will the output…

I'm not an expert, but if it's a chip that just synthesizes DNA from a sequence of base pairs, isn't what you're asking similar to making a computer that can't be used to perform evil? I suspect that computing if a given sequence is usable in a pathogen is equivalent to the halting problem. And practically, it seems that a lot of computational resources are required to figure out what a protein does, even for common…

If we had really smart software engineers, well paid red-teams, and robust government policy collaboration with industry, I think we can make it at least 95% harder to create something dangerous. We have none of those, though.

It's super hard, but until novel bioweapons are discovered, it is at least a tractable problem.

Re: Ask HN: What interesting problems are you working on?

#460
post #54

My sister works as a veterinarian and is experiencing some serious burnout from her current practice (a subsidiary of a larger corporation). I guess it's pretty common practice for corporations or private equity to snatch up smaller independent practices and then run them like a sweat shop. Her current CEO's resume is a list of Starbucks, Walmart, and a few other corporate roles that are totally unrelated to the medi…

All my vet friends need this. Veterinary medicine suicide rate is pretty high.
Post reply on HN