HackerTrans
TopNewTrendsCommentsPastAskShowJobs

juanse

no profile record

Submissions

Ask HN: What's your toxic co-founder story?

7 points·by juanse·9 months ago·2 comments

Ask HN: How do I learn practical electronic repair?

185 points·by juanse·last year·113 comments

Ask HN: Will captive portals be in jeopardy due to browser policies?

8 points·by juanse·2 years ago·0 comments

Ask HN: How did you learn to get organized?

2 points·by juanse·2 years ago·1 comments

Ask HN: Is there something to connect Raspberry's WiFi from a phone?

2 points·by juanse·2 years ago·3 comments

Is anyone still using/making money with MS Access in 2023?

1 points·by juanse·3 years ago·1 comments

Ask HN: Help a novel tech entrepreneur trying to get the first sales

1 points·by juanse·3 years ago·1 comments

Ask HN: How does the Titanic submarine manage to comunicate from such depth?

2 points·by juanse·3 years ago·1 comments

Ask HN: Help me plan this feature for my Raspberry Pi

2 points·by juanse·3 years ago·2 comments

Ask HN: Is there any good Dropbox-like client for your own FTP server out there?

2 points·by juanse·3 years ago·1 comments

Render.com isn't that attractive anymore

2 points·by juanse·4 years ago·0 comments

Ask HN: Prevent monitor turning on during restart?

2 points·by juanse·4 years ago·3 comments

Ask HN: What is the simplest product that you know of that makes money?

10 points·by juanse·4 years ago·6 comments

Ask HN: What features should “the perfect personal CRM” have?

4 points·by juanse·4 years ago·2 comments

comments

juanse
·2 months ago·discuss
Witcher 3
juanse
·last year·discuss
I am in the exactly same situation than OP. I tend to think advanced calculus is key to think well: domains, limits, restrictions, functional math. Is that accurate?
juanse
·2 years ago·discuss
First couple of hears of IH it was fire. I understand that dynamics change and once you become a marketing channel you are on a different phase. But I wish we could get back there.
juanse
·2 years ago·discuss
Yes, I connect a USB keyboard and physically do the configurations
juanse
·3 years ago·discuss
I would expect that those windows be more resistant to heat considering the distance they have from the engines, in case something went wrong.
juanse
·3 years ago·discuss
I use ruby for System scripts along SystemD.

You can insert direct linux command inside `` and they are executed inside.

For me this simplicity and power is hard to beat.
juanse
·3 years ago·discuss
Avoid Godaddy at all cost.
juanse
·3 years ago·discuss
Great guide!
juanse
·3 years ago·discuss
Absolutely agree. I also had a family account that kept instead not watching anything anymore. In the end I felt like paying for watching propaganda that I could see for free in national television. This came at the perfect time as an excuse.
juanse
·3 years ago·discuss
I do exactly that but with ruby
juanse
·3 years ago·discuss
Solo founder also here with a product that mixes software and hardware.

For me the big realization was that self-sabotage is mechanism that make up excuses to prevent future damage to your ego. It is activated when you feel uncertain about outcomes and in risky terrain.

Knowing that, the trick is starting stuff you are unsure as an experiment, so you can see how can you get there instead crossing items in a to-do list.

In my case I got to feel really guilty about wasting days and weeks without any advancements. Stuck in complex issues (in my mind) and swimming in circles.

Progress in the only cure, and only reframing your day to day it get easier.
juanse
·3 years ago·discuss
Google Keep. Simple, does the job and is already in every device.
juanse
·3 years ago·discuss
Ruby on Rails 7+
juanse
·3 years ago·discuss
Is it down?
juanse
·3 years ago·discuss
One quick tip: make a snapshot before major updates. You'll thank me later.
juanse
·3 years ago·discuss
Thanks! I didn't know the concept. I will start exploring the topic now.
juanse
·3 years ago·discuss
Amazing post Michael! I have been following your story for years.

I have also a similar project backing, but not as technical as yours. I use also Raspberries for Smart Kiosks that are set to be in restaurants and increase the demand of the most convenient dishes at a time with great photography.

I see that you think now of Debian packages as an optimal way for installations in your project.

What would you say it is the best way yo keep a Raspberry system "auto-updated"?

PD: My skills are way lower than yours. I use mostly Ruby scripts (SystemD) to contact a backend in Rails.
juanse
·3 years ago·discuss
Certainly the license model is easier in that way, however it usually needs technical support (Phussion Passenger is also a good example). Besides, the target audience changes towards a more technical one. And those are harder to reach and satisfy.
juanse
·4 years ago·discuss
It is good advice. Not fully agree with 5 tough. You need both, stability and UX. Cemeteries are full of stable products that were hard to use.
juanse
·4 years ago·discuss
I am a solopreneur with Smart Kiosks running on Raspberry pi.

The whole service (which isn't too complex) is a file script in Ruby managed through SystemD. This script turns off/on the screen based on API calls, and is also in charge of scheduled/remote restarts, pinging the backend and stuff like that.

What I like the most is how easy and reliable is. Beeing a below average guy, ruby makes really easy to combine system calls, API calls and shell commands within the same context.