HackerTrans
TopNewTrendsCommentsPastAskShowJobs

juanse

no profile record

Submissions

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

7 points·by juanse·vor 9 Monaten·2 comments

Ask HN: How do I learn practical electronic repair?

185 points·by juanse·letztes Jahr·113 comments

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

8 points·by juanse·vor 2 Jahren·0 comments

Ask HN: How did you learn to get organized?

2 points·by juanse·vor 2 Jahren·1 comments

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

2 points·by juanse·vor 2 Jahren·3 comments

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

1 points·by juanse·vor 3 Jahren·1 comments

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

1 points·by juanse·vor 3 Jahren·1 comments

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

2 points·by juanse·vor 3 Jahren·1 comments

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

2 points·by juanse·vor 3 Jahren·2 comments

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

2 points·by juanse·vor 3 Jahren·1 comments

Render.com isn't that attractive anymore

2 points·by juanse·vor 4 Jahren·0 comments

Ask HN: Prevent monitor turning on during restart?

2 points·by juanse·vor 4 Jahren·3 comments

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

10 points·by juanse·vor 4 Jahren·6 comments

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

4 points·by juanse·vor 4 Jahren·2 comments

Ask HN: What do you do to fix your circadian rhythms?

3 points·by juanse·vor 4 Jahren·4 comments

comments

juanse
·vor 2 Monaten·discuss
Witcher 3
juanse
·letztes Jahr·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
·vor 2 Jahren·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
·vor 2 Jahren·discuss
Yes, I connect a USB keyboard and physically do the configurations
juanse
·vor 3 Jahren·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
·vor 3 Jahren·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
·vor 3 Jahren·discuss
Avoid Godaddy at all cost.
juanse
·vor 3 Jahren·discuss
Great guide!
juanse
·vor 3 Jahren·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
·vor 3 Jahren·discuss
I do exactly that but with ruby
juanse
·vor 3 Jahren·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
·vor 3 Jahren·discuss
Google Keep. Simple, does the job and is already in every device.
juanse
·vor 3 Jahren·discuss
Ruby on Rails 7+
juanse
·vor 3 Jahren·discuss
Is it down?
juanse
·vor 3 Jahren·discuss
One quick tip: make a snapshot before major updates. You'll thank me later.
juanse
·vor 3 Jahren·discuss
Thanks! I didn't know the concept. I will start exploring the topic now.
juanse
·vor 3 Jahren·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
·vor 3 Jahren·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
·vor 4 Jahren·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
·vor 4 Jahren·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.