I think it makes sense. I like ChatGPT and I appreciate having easy access to it. What I really wish is the option to use local models instead. I realize most people don’t have machines that can tokenize quickly enough but for those that do…
I think it makes sense. I like ChatGPT and I appreciate having easy access to it. What I really wish is the option to use local models instead. I realize most people don’t have machines that can tokenize quickly enough but for those that do…
How do they prove your age? Non-technical savvy people probably just give their kids a phone and don’t do much to lock it down.
Display and layout rules aren’t difficult at all. Maybe I’m just not experienced enough. I’ve been a web dev for nearly a decade now and I feel like I’ve got the hang of it. That being said, I don’t work on projects that have to work on everything from a Nokia to an ultra wide monitor. We shoot for a few common sizes and hope it clears between edge cases nicely. What is an example of something that wraps randomly?
Genuinely, though, CSS is fairly clear cut about the rules of positioning and space. Relative positioning is one of the most important concepts to master since it allows things to flow via the HTML structure and not extra CSS. Fixed positioning is as if you had no relative container other than the window itself. Absolute positioning is a little weird, but it’s just like fixed positioning except within the nearest parent with relative positioning.
Everything else is incredibly straight forward. Padding adds space within a container. Margins add space outside a container. Color changes text color. Background-color changes the background color of an element.
Top, left, right, and bottom dictate where the element should be positioned after the default rules are applied. So if you have a relative div inside a parent which is half way down the page, top/right/left/bottom would move the element relative to it’s position within the parent. If you made the div fixed, it would be moved relative to the window.
Lastly, if you’re designing a webpage just think in boxes or rows and columns. HTML can define 75% of the webpage structure. Then with just a bit of CSS you can organize the content into rows/columns. That’s pretty much it. Most web pages boil down to simple boxes within boxes. It just requires reading and understanding but most people don’t want to do that to use CSS since it feels like it should just “know”.
As someone who has built QT, Swing, and JavaFx applications, I way prefer the separation of concerns that is afforded us via HTML JS and CSS.
Nah it’s literally a waste of physical resources. Crypto currency is a waste of fossil fuels. AI has its functions at least.
For me it’s a pattern of “Ctrl+t” to open a new tab and then I search “my interesting query”. After that, I use “shift+tab” or “Ctrl+shift+tab” to navigate between tabs. Rinse and repeat until I get tired.
I don’t like searching in my current tab because I don’t want to lose the info I have.
I didn’t until apps started breaking. The snap version of steam, Firefox, and Unity (I think?) all started to have issues. When I googled around people would often ask “deb or snap”? I uninstalled the snap packages and installed the deb packages and most of my issues went away.
I ultimately switched to Linux Mint because I kept having stability issues and I was just desperate for a solution. But snap was not a great experience for me.
Yeah the majority do it and I think it’s bad.
Thermostats are easy to change out. So this isn’t a huge deal. But I don’t love the idea that tech isn’t built to be self-hosted or maintained in any meaningful way. If you’re not shipping an open source version of your software when you close up, you’re an asshole.
Yeah, self hosting isn’t for most lay people if it’s just a GitHub repo. But GitHub repos quickly become adopted by nerds like me who build tooling around it that eventually let lay people self host software with the click of a button.
That rich mofo was born in a manger and had three kings visit him. Plus I don’t trust zombies.
did you even read the full thread which provides the context you’re neglecting?
No.
Oh yeah for sure I could use virtual desktops in addition. But a single monitor doesn’t accomplish what I said. Hence why I brought it up as a counter point.
Yeah I guess you could do something completely different than what I said.
Yeah I can do both. Most movies are dialogue forward so I’m not always watching the screen. And then when there is a break in my game (loading screens, waiting for something to happen, mindless tasks) I can watch the screen. I only do it with games like Minecraft, Satisfactory, Cities Skylines, etc.
Watch a full screen movie while you do something on another monitor. Virtual desktops can’t do that.
#moustache {
position: absolute;
bottom: 10px;
margin: 0 auto;
}
If that doesn’t work:
#moustache {
position: absolute;
bottom: 10px;
left: 50%;
transform: translateX(-50%);
}
Relative positioning is preferred but not always available if the parent face is positioned absolutely.
Edit: adjusted bottom from 0 -> 10px since 0 would be at the bottom of the chin but there is obviously some padding to bring it nearer the lip
The common thread I’ve seen online is this:
These two tools are quickly becoming coupled for Google-Fu expert users. The historical forum history that goes back 3-5 years on Reddit is their goldmine. You can’t just make a new subreddit overnight when a sub gets paywalled. All of that historical data will be lost and paywalled.
I think a paywall could be an effective money maker for Reddit because they’ve basically become their own Google - in that each subreddit acts like a unique website with real, human, responses. The only problem is that reddit has a god awful search algorithm that they refuse to improve. So people use Google to essentially search reddit. The “whales” so-to-speak are the only people they need to capture. People like myself (frugal people) aren’t in their peripherals. But the people that think “I’ll pay each month for NYT” or “it’s just a few dollars for the WSJ” are going to use the same logic for Reddit: “it’s a small amount of money to have access to high quality forums on X, Y, and Z”.
In addition, this might bolster Reddit’s content even further. Since paywalled subs will automatically reduce the amount of AI content spammed on them, they will inherently increase the legitimacy of each forum.
Lastly, this will give them a path towards monetization for moderators which doesn’t require them skimming off of their own pay checks to achieve it.
Do I like this? No. Is this fair? Also no. People contributed to Reddit under the impression that their data would be available and accessible to anyone with an Internet connection. That implicit guarantee is being violated. It’s an afront to the hard working individuals that have developed these communities brick by brick.
But does this “solution” make a lot of business sense? Possibly. As long as they survive the changeover in the short term, I think they’ll thrive from this choice for the reasons I stated above.
Again, it’s going to give them a pathway for:
I’m pretty much over Reddit anyways. Lemmy has been my backup social media for a while now. The Internet is still free - for now. I just hope we can all find better search engines and forums in the future. Google has been degrading. Reddit has been locking things down. We obviously need to pivot to other platforms. Or maybe just go back to the old days where you find niche forums hosted by some dude in his basement. Nothing wrong with that.