I did make a scrollbar that appeared to stick to the bottom of the table. I used a div with the same width as the table, used a scroll event listener to update the tables actual scroll position and only had it appear when the user was currently over a table and that table overlapped the bottom of the viewport. It worked well in the sense that people would use it without thinking about it.
HN user
tsian2
I think this is the reason why the site is found so useful now. The meta board is a good read for anyone who wants to understand more or find out how to resolve their issues with the site.
You can work around this issue by creating a bit of separation between the height of your items and the heights used in CSS. At these heights the scroll thumb is already reduced to it's minimum height, so as long as you make sure that scrolling jumps to that right point in the data you can "borrow" from the CSS height to stop it going over the maximum.
I find it much quicker to write and neater to read than vanilla JS. I optimise afterwards and might consider swapping it out but it's usually low down the list of performance issues. Although it can be a bigger issue if you don't know how select things and store those selections efficiently with it.
In some countries there might also be a menu on the table for easier browsing. It does away with the frustrating parts of the experience like needing your orders ready at the exact time the waiter asks for it and having to wait for a bill after you finish. So you can just focus on the company of the people you're with, the food and the atmosphere.
It's the heavy unrealistic looking make-up which breaks the immersion for me. It looks like they could be having a night out in the city rather than adventuring. No realistic looking mud or sweat. I also think the clutter in the environment is too orderly and the lighting too arbitrary. These things might be fine in a magical realm like Alice in Wonderland but I don't think they suit this setting.
My local taxi companies will text you a link which allows you to pay online, so you can pay on the way to the destination. I usually just call and say "taxi from A to B please" before putting my shoes on, because in my experience apps are more hassle.
I lost my account from 2010 in the migration, because they require the transaction ID of the original purchase. The support person told me that the transaction ID was a key to the account.
I think normal people have just changed how they use it without much fanfare. If people want to quickly find a specific site they are looking for they know it's the place. But if they want to explore the world of cat memes they know it's not the place for something like that any more (it'll only show you 143 results, many with weak relevancy).
For other things I make use of the "work offline" mode, to see what's loaded in and then leave. I'd like it if browser devs stopped pushing that future further away and maybe gave it a hotkey.
Isn't it an inevitable process considering how life works on this planet? I suppose you could say that life creates it, in the same way that you could say drivers create traffic patterns.
I tried them after reading here about how their support is excellent and had an interesting one-day experience. Not long after logging in for the first time their site started having some issues, such as the GUI being jumbled because the asset weren't loading correctly. It went down officially a minute later and I didn't have time to hang around until it came back up. I got charged for the things that had enabled themselves or failed to really disable during that mess, so I asked for the money back. The first response gave me a guide to closing my account, so I tried again. The second response was to refund me some loose change (some dollars and cents).
It's always worked fine for me when it comes to finding simple things with a search. I think it's deteriorated in some ways though. I don't find the advanced search operators reliable anymore (eg. give me all the news about a topic published between certain dates) and I think it caps collections of things very early now, rather than returning the "billion" of results it says it has (eg. give me more than the 1000 most popular cat memes that I've seen before, or all the books about beaches).
It might become an outlet for all the people who want to tell others whether they think a video is worth watching or not, making it harder to find comments with substance.
For me the benefit of using tabs over bookmarks is that from the order of the tabs you can figure out what you were doing at the time. With tabs it's also quicker to go back later and close what you no longer need.
If you're already subscribed to what you consider to be the best channels and they're feeding you more content than you have time to watch, then the recommendation section becomes almost useless. As long as you're using grid view and hiding videos you've watched or aren't interested in. Of course you can still waste hours this way but at least you won't have to keep refreshing in hope of good content.
I have several hundred friends added (think that's average) but I've never needed to do this because none of them seem to be interested in politics. Even the ones that have studied it at university only mention it occasionally and very briefly. However, my parent's friends seem to comment on every viral politics thing they can find.
I used to do this kind of work and found that the worst thing about it was actually having too much time. After a while I had read and understood all of the documentation and had a complete mental model, so tasks would take half the time. However, if I got through tasks too fast I'd just be paid the same and bring down the average time for everyone else. So I had this mind numbing stop-start process that felt so pointless.
Wouldn't $50 now be worth less than the original $45 "years ago", considering inflation?
I would think twice before getting flowers for anybody who likes gardening. Chances are they would prefer to receive a plant.
I don't think many non-developers use the dev tools for tasks, while people merely interested in technology (gamers and such) will get a gentle introduction to how cookies work from looking through the cookies in the normal interface. Those people might go on to become developers eventually.
It takes a bit of code but if you know the length of the response you're expecting then you can use XHR's "progress" event. Just be aware that the event will happen frequently and contain all the data so far, to avoid inefficient parsing and substring related memory leaks. I think his problem might be more about using JS in WordPress though.
I'm new to NodeJS but it was my understanding that using await like that would help by not blocking the thread, leaving node free to process other requests.
I like to intentionally go after the small bugs which other people have put off because they seem to be relatively high-effort. I like the idea that I can focus on something that's bothering some people (occasionally and indefinitely) and make it never bother anyone again.
I thought we were rare while reading through the comments on this article about ORMs, but then I realised that the SQL community is huge and anyone fine with SQL would more likely be posting over there.
https://blog.logrocket.com/why-you-should-avoid-orms-with-ex...
I think more people might part with their cash if they could fund the topics/proposals they were interested in. Something more like Gofundme and Twitch where people feel like they're directly paying for something to happen.
This lead me to believe that search must really hard to implement, but then a few days of getting into Sphinx convinced me otherwise. It's kind of like the big sites where you have to load the whole video before it'll start playing (no HTTP partials). They could do better, they just don't.
As someone with an almost solely intuitive understanding of mathematics, I still find the "repeated addition" idea useful when it comes to fractions. If 4 * 4 is 4 repeated 4 times (4 + 4 + 4 + 4). Then 1/2 * 1/2 is a half repeated half times, or a half of a half, which is a quarter. The numbers get hard to work with but the intuitive idea is still there.
I don't know if you have tried using Discord for any signifiant amount of time, but I have and I didn't find it to be the expertise filled successor that I thought it would be. I've joined channels for programming languages and it's at best the blind leading the blind, like a Programming 101 class forum. At worst it's lots of people asking if they can ask, or if anybody knows the language, and then leaving forever before someone replies.
How much work has been put into ensuring that the observed samples aren't biased?