HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hipjiveguy

no profile record

comments

hipjiveguy
·il y a 4 mois·discuss
thanks - I tried ViturePro when the came out, but felt like I was seeing monitors wearing blinders/through a slit, that wasn't quite big enough to see the whole screen.

Can you fully see the 3 monitors you're using there, And are you on mac or on windows? ie can you see kind of 1.5 monitors at a time, the middle one, and .5 of oneish?
hipjiveguy
·il y a 5 mois·discuss
If you have some to suggest, I'd love to hear it... TIA!
hipjiveguy
·il y a 10 mois·discuss
for sure - it is inevitable, if you live in modern society. This is a past tense discussion, as it's already happening, even as I type this msg in reddit of course. The only way out is to leave and live in the woods pretty much, but that doesn't stop it, it only delays the engagement.
hipjiveguy
·il y a 10 mois·discuss
Agree - basically tech that can see what people do, is creepy. and as you suggest - others can engage, but we don't control that.

Currently, it's somewhat obvious, but what happens when the tech is totally invisible?

That day is coming very soon, within a decade, max, and you have to imagine every thing you ever do, in any place - even in the dark, is recorded.

Arthur C Clarke, and Stephen Baxter wrote a book about this https://en.wikipedia.org/wiki/The_Light_of_Other_Days

Well worth reading, imho, but it does explicitely ignore the concept of a higher presence, which is noteworthy
hipjiveguy
·il y a 2 ans·discuss
Your commments are great, and made me lol, which is super rare - great insight, honestly... thanks

But if you've never had kids, you're missing out on so much. This is just my experience, and is how I "grew up" from 20-35. I didn't want kids, but now love them so much, and as 55 year old man, with a 21 and 20 year old that still live with me, I'm doing so well, and have been blessed by them being in my life, and my wife who wanted kids more than I did, lol.

I know you are probably aware of this, and it probably tears at you, in some way. I know it did for me. And your mission, if you choose to accept it is not to live life on your own terms, but on the terms of God (imho), your health, your wife, your kids (if you choose to have them), and ultimately in others, which once you perfect the previous, you will want to help others more than anyone else.

Not everyone has to have children of course, and in many ways it'd be easier if you didn't, but it sounds to me like your seeking new paths, and this is a life changer, imho, and something that every generation before you did, to have you, and bring YOU to life.

Good luck!
hipjiveguy
·il y a 2 ans·discuss
this sound interesting - do you have any more samples on how you win twitter arguments with this?
hipjiveguy
·il y a 2 ans·discuss
People have to be able to recognize that it is a QR code visually - these are too graphical to realize their true purpose, imho
hipjiveguy
·il y a 2 ans·discuss
can you share it?
hipjiveguy
·il y a 2 ans·discuss
it's turtles... all the way down?
hipjiveguy
·il y a 2 ans·discuss
200%. I listened to both, and don't think it was "her" enough.
hipjiveguy
·il y a 2 ans·discuss
I use bees wax earplugs when I sleep, and they are 5x better than the standard foam earplugs, imho
hipjiveguy
·il y a 2 ans·discuss
cool to hear - I have existing rooms that I replaced hollow core doors with solid core doors, but it didn't help much. I thought I would have to rip off gyprock to add better sound insulation, but maybe just adding another layer might help...

I assume it would only have to be on walls adjacent to other rooms, ie not exterior walls? And how did you really know this worked? Did you ever live in a room like that, or try this on someone who reported it helped back to you in some fashion? Thanks for the idea :D !
hipjiveguy
·il y a 2 ans·discuss
I have no idea which engine, but the minified source has this in it

https://www.balanc3dgame.com/assets/index-53e87cdf.js

* react-dom.production.min.js * react-jsx-runtime.production.min.js * react-reconciler-constants.production.min.js * react-reconciler.production.min.js * react.production.min.js * scheduler.production.min.js * use-sync-external-store-shim.production.min.js * use-sync-external-store-shim/with-selector.production.min.js
hipjiveguy
·il y a 2 ans·discuss
hey... wondering why you haven't posted this to the Godot reddit? I went looking for this again, and thought I read it there, but didn't find it until I went to steam and looked at my wishlist, then searched for it on the web :D

https://www.reddit.com/r/godot/
hipjiveguy
·il y a 2 ans·discuss
where was the site hosted? Is it available online for us to checkout ?
hipjiveguy
·il y a 2 ans·discuss
That was very funny - I laughed out loud :D
hipjiveguy
·il y a 2 ans·discuss
The best thing anyone can do with tables is make it so people use tables Not "divs" - tables, can be parsed, and exported to other data formats easily, and are easy to recognize, without visualization.

Many websites build tables out of div's, and they may look like tables, but they are hard to manipulate/export data from.

If a table is on a website, I feel it should be easy to export it as csv, at the least, to "free the data" :D
hipjiveguy
·il y a 2 ans·discuss
but your body is more resilient when you're young - you will learn this eventually, but hopefully not :D, in that you are healthy forever !
hipjiveguy
·il y a 2 ans·discuss
Never tried using it, but this github repo shows rive + godot4 in some fashion

https://github.com/kibble-cabal/godot-rive
hipjiveguy
·il y a 2 ans·discuss
I do the same thing all the time, lol

but have in the last year or so, tried to start writing things that will be read/used by other people in python or java

why? because most people don't have a clue how bash scripts work, but can read/debug python and java with ease, and both can be run as shell scripts too

the mac has sqlite installed by default as well, so there's a powerful combo available on every mac

but I totally do what you're doing all the time, and it is my default go to if I have to get something done fast :D