HN user

rafaelvasco

300 karma

meet.hn/city/br-Belo-Horizonte

Socials: - github.com/rafaelvasco - soundcloud.com/rafael-vasco-87 - reddit.com/user/visiorama - open.spotify.com/user/visionweaver - instagram.com/rafaelvasco87

Interests: Entrepreneurship, Gaming, Healthcare, Music, Philosophy, Programming, Social Impact, UI/UX Design, Yoga, Writing, Web Development, Travel, Technology, Space Tech, Science, Remote Work, Outdoor Activities, Marketing, Fitness, Education, Books, Art, AI/ML, AR/VR

---

Posts0
Comments395
View on HN
No posts found.

Almost nothing in my career (13 years) was ever really fun. Very discrete moments. Only consistent fun I ever have is on my personal projects... Actually the more the things I'm working on on my clients projects resemble my personal projects (I'm into game dev) the more fun I have. Which is very very rare.

Time, as we perceive it doesn't really exist. It's much more complicated than what we perceive, as it should be otherwise we would not be able to live in society. Our brains create the apparent linearity of time to give us a sense of progression. But it doesn't really work that way. In my opinion, no evidence here, we could even communicate with someone that lived in the past. Because that's not the absolute past. That person lives still in another layer of reality. As such there's no such thing as past and future. It's just a construct from our brains. That's my view. Not affirming anything.

For me it was all about listening to a lot of people talking in English, memorizing the exact sounds and pronunciation. And then reading books out loud everyday. It helps that I have a very good ear, but it should work for anyone.

And it's indeed heightened consciousness and not merely hallucinations as in several cases people describe scenes and events occurring around them or even far away from them, that are later confirmed and verified. My only conclusion is that somehow our consciousness is completely independent from our brains, is connected to everything like a huge network, and survives death to exist in another dimension of reality.

If having a VM/GC is acceptable then C# is the overall best language/framework today, meaning that it ranges from good to great in everything: Web, Game Dev, Desktop Dev, Mobile etc. Otherwise there's no general contender. With C#, these days you can go for unsafe code and dealing with native code in safer ways using new/ish features of the language: Span/Memory, refs, ref attributes etc. Or just use good old pointers directly and manage everything yourself.

Dreamachine 4 years ago

I have a pair of glasses with leds that pulsate light at different frequencies following a programmed routine on an arduino chip. You, of course, use it with eyes closed. First time I used it I felt pretty bad, but there was something intriguing going on. I tried it again the next day and it was amazing. It induces a state of very deep relaxation. As the routine progresses you get more and more relaxed. Your mind really changes from an alert alpha frequency, to a delta or theta frequency. At the end of it I feel like I did a session of deep meditation with mantras. So yes, this really does work.

Problem, is mostly with bad PMs, POs, Scrum masters and all the other potato heads, not Jira itself.

This enforces the idea, which I believe is absolutely true, that our identity, the concept we have of ourselves is actually a persona created by us, throughout our entire lives, built from our experiences, memories, traumas etc. It is not set in stone. It is a fabrication. We can change it at will. We could even destroy it and build a new one from scratch. Once you realize this, you can see how powerful this is. You can in fact do anything or be anything just by manipulating your persona and putting in the work to make it a reality.

If language is just a means of communication. Then everything has one. Plants, animals, even a piece of rock. A rock may appear dead. But its atoms behave a certain way, following certain laws. As such it may communicate in some level as well.

I was in awe the entire thing. Best animated series I've ever seen. Textures, animation, lightning, facial expressions, overall effects. Everything is top notch. I don't even play LoL and I was left wanting a single player game with all the characters.

I use WSL2 daily for work. It's much better then using a fullblown VM, because it's much much faster to open and is completely integrated into Windows, and works seamlessly with Docker for Windows, which is now an order of magnitude faster compared to before. Soon, using VM applications like VirtualBox will make no sense at all for most use cases.

Been using .NET since 2010. To this day I haven't found anything better overall (for my use cases). Experimented here and there, but in the end I always come back to C#. And it keeps getting better.

VS2022 takes ~5 seconds to start. Auto complete is milliseconds etc. Starting anything is a couple seconds max.

There's something very wrong with your machine.

VS2022 is an amazing experience end-to-end.

Desktop dead. That would be a nightmare scenario for me as I much prefer coding desktop based apps/games compared to web things. I code web things professionally. It's where the money is. But the fun is in desktop/mobile/console apps/games.

It would be more precise to say: Desktop business apps are dead. That is almost 100% true. Some lingering ghosts still exist.

VS used to be heavy and bloated. But that was a long time ago. I use VS since 2010 version. It improved by leaps and bounds since then. New 2022 version is almost as fast as VSCode, if you have a good PC.

There's some new smart code suggestion features on VS2022 that I've never seen anywhere else before. But talking about VSCode, it depends. For C# development it doesn't replace VS at all, far from it. Omnisharp is not good enough. There's scenarios and scenarios. I code game development things with C# on VS. And I work professionally coding JS stuff with VSCode. Different scenarios.

No, because I find I can always learn anything easily. Once you know one or two frameworks well enough, you can learn anything easily. I used Angular for years. Then decided to try React and had no problems with it, actually liked it a lot more. The secret is: Go to Github, find some well written boilerplates/templates that use the things you want to use. Study it, see how everything works, base your project on that starting point, and build upon it, learning as you go. Then as you go, look for completed project examples, using your tech stack, and see how the usual stuff that every project needs is implemented: Pages, Components, API calls, DB access etc. Then just keep iterating.

In my current understanding, after studying material from some "consciousness explorers (Waldo Vieira, Joshua David Stone, Ingo Swann, George King, Edgar Cayce, Jane Roberts, Dolores Cannon, Robert Monroe, and others)", consciousness is a multilayer and very very complex system.

Some of those layers reside in the brain, some exist independently from the brain and remain for eternity even after the brain shuts down.

In that sense there is no paradox at all. The machine would only be able to copy a few "layers" of consciousness. The resulting copy of you would be an empty shell because the "master layers" can't be copied, as they're made of "data" that isn't "finite".

Just my view. This is not absolutely verified by Science, and for me, it will take a long time to happen. Even then, there are some scientific experiments that validate, in part, this view: Controlled astral projection experiments, controlled remote viewing experiments etc.

Two things I did and always do: Code things that solve real problems you want to solve. The harder the problem, the better you'll get in the language and as a programmer in general.

Second, look at existing open source, well written code that, again, solves a problem you're interested in. I always emphasize this: Things you're passionate about. That way you can master any language/framework. By master here, I mean you can code anything you want in the technology efficiently. Your final app will be: Easy to modify/enhance, easy to understand in terms of code. Memory and CPU efficient in terms of runtime.