• 2 Posts
  • 40 Comments
Joined 1 year ago
cake
Cake day: August 11th, 2023

help-circle



  • Maybe the problem is a lot of their marketing relies on the dominance of their search engine (ie sponsored search results, and ads based on user searches, as well as tracking user web usage via their search click throughs and other cookies). If open ai’s products become the go to for questions and basic searches, they will eventually be able to use that dominance to include marketing results in their answers. I think this threat is why they want to try to compete with them to be able to offer an alternative. Because it doesn’t actually have to be better than chat gpt. It just has to be similar enough for people to continue using Google rather than change their habits to use chatgpt, or Microsoft’s implementations of it. Especially with windows 11 where copilot (basically Microsoft rebrand of chatgpt) is built in and you can use it from the task bar. That ease of use may steadily decrease people’s reliance on Google search, which will eventually hurt their ability to sell targeted ads.



  • Never too old to learn. I think Python is a great beginner language. It has fairly broad applications, and easy to set up an environment (don’t have to download/install a thousand things, you just install python and can run the text files in terminal). I also learned by doing starting in late middle school/early high school. I always found YouTube videos to be the most engaging way to get started. I used to like thenewboston. Once I had a handle on the basic programming language, I would do easy programming challenges where you have to solve some sort of basic problem. The challenges helped me learn basics like taking in input, changing the input based on the various rules and conditions of the challenges, then outputting the proper results formatted in the right way. Also helped me to think about algorithms, etc. After that, I started learning programming through a textbook. This was helpful for understanding some of the more technical aspects, basics of memory management, what different variable types are really for, OOP, abstraction, algorithms etc. I found that leaving these advanced topics till after I had a working understanding of the programming language helped understand the concepts better, and helped me understand why it’s important to learn the concepts in the first place. I was using Java for learning most of this, which might also be a good place to start for you, but I feel like python has simpler syntax to start with. In the end once you learn one language, I recommend learning more and not being stuck to any particular language. Every language has it’s own strengths and weaknesses, and understanding the commonalities and differences will only make you better in the long run.

    Edit - now I use Go, python, JavaScript, R, Java, Julia, rust based on what I’m actually doing. It’s fairly easy to switch languages once you get used to basic syntax.


  • Don’t know if it’s a low service state. They have pretty strong welfare programs, despite what Republicans will have you believe. Their public education is ranked pretty similarly to California for K-12, if not better depending on the specific list. Their public universities are among the best in the country. Their hospitals are the best in the country.

    The biggest drawback is that their legislators think they can practice medicine without having the relevant qualifications. But Californian medical laws and viewpoints have their own drawbacks. Let’s not forget, before covid, anti-vaxers were primarily associated with crunchy liberal moms refusing to vaccinate their children. California was among the first to have a resurgence of measles. CA is also a state trying to obfuscate medical roles by allowing advanced practitioners (NPs and PAs) to practice independently (without a surprising DO or MD), as well as allowing naturopaths to identify themselves as physicians. While it’s easier to see the harms of Texas’s medical laws right now, California has had it’s fair share of negative impact on it’s populous.

    A lot of the Republican rhetoric is empty, meaningless, and far from the truth. This is what makes Republican politics so frustrating. They say one thing, want something else, and do something entirely different. As a liberal it makes it difficult to engage in a meaningful conversation with them. But this sort of state comparison based on broad generalizations also increases the divide, while being very helpful.


  • No Microsoft Access is/was a GUI software actually meant to have databases instead of how everyone uses Excel/spreadsheets as databases. It is a part of the office suite. It works pretty much like traditional databases but has an easier to access GUI for non programmers I guess. I don’t think it’s used a ton nowadays except for legacy processes that haven’t been updated.






  • Honestly I remember it being at 7 o’clock too but I think it might’ve just been that my camera was rotated a bit weird because it was mounted to a star tracker. I was really happy with how crisp it came out. I used a longer lens (this photo was at 400mm) and also made sure to use f8 as that’s been noted to be the sharpest aperture for my lens. Beyond that I had focused on the sun using the sun spots and then didn’t change the focus at all. I also had a remote trigger so I wouldn’t shake the camera while taking the image. Also for this image I brought down the highlights which helped cut down on the blooming around the brightest features and helped them look more defined. I am very happy I was able to get this result because this was the first time I’ve tried shooting an eclipse and really wasn’t sure if I was doing it right.




  • Yeah it was crazy, we could all see a red dot with our bare eyes during totality and weren’t sure what it was. Think it might’ve been a particularly bright solar flare!

    Like this photo isn’t even specially edited. I literally just brought down the highlights to get better definition on the beads because without that it looked more like the diamond ring. No artificial color enhancement or anything.







  • All of that interest is from people making computers, or people who manage security. Not from people that use computers as part of their life/work (in contrast to those who’s work is entirely about the computer itself). From a usability standpoint, this type of sandboxing for every app is cumbersome and all it leads to is users finding unsafe work arounds. I used to be able to use my android phone much more as a regular computer than I can now. And I wanted to make a simple app for myself to allow me to automatically copy and catalog photos from my cameras sd card to an external HDD, and I literally cannot do this without jumping through a million permissions and API hoops on Android even though I never plan on publishing this app for others to use. It became such a pain to figure out how to get access to the folders I would need, I just gave up on the entire project. I essentially needed a tool to systematically copy and rename files, and it’s nearly impossible because of these nonsensical policies.