HackerTrans
TopNewTrendsCommentsPastAskShowJobs

juanse

no profile record

Submissions

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

7 points·by juanse·قبل 9 أشهر·2 comments

Ask HN: How do I learn practical electronic repair?

185 points·by juanse·السنة الماضية·113 comments

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

8 points·by juanse·قبل سنتين·0 comments

Ask HN: How did you learn to get organized?

2 points·by juanse·قبل سنتين·1 comments

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

2 points·by juanse·قبل سنتين·3 comments

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

1 points·by juanse·قبل 3 سنوات·1 comments

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

1 points·by juanse·قبل 3 سنوات·1 comments

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

2 points·by juanse·قبل 3 سنوات·1 comments

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

2 points·by juanse·قبل 3 سنوات·2 comments

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

2 points·by juanse·قبل 3 سنوات·1 comments

Render.com isn't that attractive anymore

2 points·by juanse·قبل 4 سنوات·0 comments

Ask HN: Prevent monitor turning on during restart?

2 points·by juanse·قبل 4 سنوات·3 comments

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

10 points·by juanse·قبل 4 سنوات·6 comments

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

4 points·by juanse·قبل 4 سنوات·2 comments

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

3 points·by juanse·قبل 4 سنوات·4 comments

Stackoverflow Is Down

4 points·by juanse·قبل 4 سنوات·1 comments

Ask HN: What maintenance should a dedicated server have?

3 points·by juanse·قبل 4 سنوات·3 comments

Ask HN: Any book that you can recommend about adquiring CIA skills?

13 points·by juanse·قبل 4 سنوات·11 comments

Ask HN: To what extend is multithreaded app server more performant?

1 points·by juanse·قبل 4 سنوات·0 comments

Is anyone using Dokku for production?

3 points·by juanse·قبل 4 سنوات·0 comments

comments

juanse
·قبل شهرين·discuss
Witcher 3
juanse
·السنة الماضية·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
·قبل سنتين·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
·قبل سنتين·discuss
Yes, I connect a USB keyboard and physically do the configurations
juanse
·قبل 3 سنوات·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 سنوات·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 سنوات·discuss
Avoid Godaddy at all cost.
juanse
·قبل 3 سنوات·discuss
Great guide!
juanse
·قبل 3 سنوات·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 سنوات·discuss
I do exactly that but with ruby
juanse
·قبل 3 سنوات·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 سنوات·discuss
Google Keep. Simple, does the job and is already in every device.
juanse
·قبل 3 سنوات·discuss
Ruby on Rails 7+
juanse
·قبل 3 سنوات·discuss
Is it down?
juanse
·قبل 3 سنوات·discuss
One quick tip: make a snapshot before major updates. You'll thank me later.
juanse
·قبل 3 سنوات·discuss
Thanks! I didn't know the concept. I will start exploring the topic now.
juanse
·قبل 3 سنوات·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 سنوات·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 سنوات·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 سنوات·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.