HackerTrans
トップ新着トレンドコメント過去質問紹介求人

juanse

no profile record

投稿

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

7 ポイント·投稿者 juanse·9 か月前·2 コメント

Ask HN: How do I learn practical electronic repair?

185 ポイント·投稿者 juanse·昨年·113 コメント

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

8 ポイント·投稿者 juanse·2 年前·0 コメント

Ask HN: How did you learn to get organized?

2 ポイント·投稿者 juanse·2 年前·1 コメント

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

2 ポイント·投稿者 juanse·2 年前·3 コメント

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

1 ポイント·投稿者 juanse·3 年前·1 コメント

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

1 ポイント·投稿者 juanse·3 年前·1 コメント

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

2 ポイント·投稿者 juanse·3 年前·1 コメント

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

2 ポイント·投稿者 juanse·3 年前·2 コメント

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

2 ポイント·投稿者 juanse·3 年前·1 コメント

Render.com isn't that attractive anymore

2 ポイント·投稿者 juanse·4 年前·0 コメント

Ask HN: Prevent monitor turning on during restart?

2 ポイント·投稿者 juanse·4 年前·3 コメント

コメント

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