Again, you are imposing your world view onto others. You should be able to do it however the hell you want. I don’t like gambling, and I don’t like many other things, but that is why we are all different and have agency. Accountability is a different argument, but gambling? Please.
HN user
rburhum
People short stocks for billions of dollars every day the time.
That is a crime of humanity. Terrible!
Try to work at a place that has a union and decide to not be part of it... then you can see the true face of injustice. Don't want to be extorted out of union fees? Good luck, you are better off working somewhere else.
were you a son of an asylee that then aged out? If so, you may want to look at the asylum “nunc pro tunc” process
Most people will not understand how awesome your comment is, and if I could, I would triple vote you up.
I have been wanting to look into tiling managers, but I was always putting it off because of tasks I had to do. I read this post, and it made me look into how to use the default tiling manager of my current distro (Using Kubuntu and Plasma). It literally is Cmd-T, pick a default layout (the upper right area has some default ones, too), and then whenever you want to tile, just shift drag the window and it will snap. Been using it all day and I love it. The article does not talk about this one, but man, glad it made me wonder about it.
Sidenote: I find it funny that somebody that is trying to create a product that competes with Apple and Google ends up showing both of their logos in many places of their most important marketing video.
"Smart Blinds" are much more useful than your other examples IMHO.
We are not all obsessed with fake Internet points
The cool thing about django admin is how easy it is to customize within the bounds that it was designed for. You have one liners to add calculated values, complex filters, inline records from related tables, a permission model to limit operations and/or access to certain objects (or records), custom actions on a set or subset of items, import/export, etc etc. 99% of it without touching HTML or CSS. If you need something more complex, you just build it, but right out of the box it provides a lot of options for the content managers. If you stay within the bounds of how it was designed, the extensibility model is solid.
yes it does if implemented correctly with that intention in mind
It is not just a UI just for CRUD. You can easily add custom actions (calls to web services, export/imports, heavy background tasks that operate on a row or collections of rows), filters, related tables with custom behavior, display custom derived/calculated values, etc. Additionally, you can skin it easily - and in some cases, even create dashboards in a very simple manner. Check out out Django Unfold for an example https://github.com/unfoldadmin/django-unfold
if your model is a choicefield, then it only shows you those values and you can’t do what you are describing. Additionally, you have validation that can happen at the class level, group of fields, or field.
You just brought me back to my childhood!
If you had included MultiConfig options that added Soundblaster8/Soundblaster16, with CDROM or without it... AND their complementary AUTOEXEC.BAT options that would trigger based on the CONFIG.SYS, then that would have been my system config! Without being able to squeeze every single kb of memory possible, there was no way to play Sam and Max or Indiana Jones and the Fate of Atlantis, while still having a system that can boot Windows 3.1 :-)
Because Postgres+PostGIS is awesome
thank you!
I wanted to understand what NUC is and what it is used for… but after 13th mention of “NUC” (as if we all knew wth it was), I just gave up. Bad marketing always hurts more than help.
I will give a counter point. I love well-designed opinionated frameworks. Whenever I want to do something simple, I agree that a framework may be overkill. A micro-framework is nice for those scenarios though. However, whenever I build a project that will be maintained or extended by many people, opinionated frameworks give me the advantage that they force you to do things in a particular way.
Django is a perfect example. If all I am doing is two or four pages that just return static HTML, then why would I pick that at all? A new django project creates a specific file structure: urls.py, models.py, settings.py, views.py, middleware.py, etc. If I get a new Django developer that is not familiar with the project, I can pretty much drop him in and he will not what is going on quickly. I don't need to explain what a viewset is because chances are that the dev has used Djano Rest Framework before. Whatever changes are made, will follow the same patterns, so maintainability overhead is reduced.
When you add a project that is built from scratch without using a framework that has strong stances on how files should be organized, all bets are off. You have to spend a lot of time trying to wrap your head around the custom abstractions that have been built - and it is hard to argue that some of that will translate to a different job.
Yes, of course when you want to do something else that forces the opinionated framework to do things that it was not designed to do, it is a true pain - but you have to ask yourself if for that particular case it makes sense to use that framework at all (most likely not).
Frameworks also evolve. I use to curse constantly when I had to touch a Backbone JS project in the past, but now, I can jump and look at a React project that uses Redux and get to make changes right away without paying high cognitive cost. It may not be perfect, but it gives me structure and pre-defined patterns to worry about solving the actual problem I want to attack - and not waste time trying to create yet another leaky abstraction. My two cents.
If I could upvote you 100 times at the expense of not being able to vote for the rest of the year, I would do it right now.
Sorry if I offend anybody, but this sounds like such a bad idea. I have been running various versions of postgres in production for 15 years with thousands of processes on super beefy machines, and I can tell you without a doubt that sometimes those processes crash - specially if you are running any of the extensions. Nevertheless, Postgres has 99% of the time proven to be resilient. The idea that a bad client can bring the whole cluster down because it hit a bug sounds scary. Every try creating a spatial index on thousands/millions of records that have nasty overly complex or badly digitized geometries? Sadly, crashes are part of that workflow, and changing this from process to threading would mean all the other clients also crashing and cutting connections. This as a potential problem because I want to avoid context switching overhead or cache misses, no thanks.
Dalí has an accent at the end, which has the emphasis in the last letter. Dalai does not. They sound very different. “dah-lee” vs https://m.youtube.com/watch?v=JhFbvuKn45w
Can somebody please clarify. Is the cost $0.002 per 1k tokens generated, read, or both?
Please don’t take this the wrong way, but that is like saying that AWS EC2 is “just a wrapper” of Xen, or that AWS RDS for PostgreSQL is “just a wrapper” of PostgreSQL. There is an entire business around those with value add/sales/support/marketing as well as a strategy for growth.
I saw the headline and I was ready to talk trash... then I opened the blog post and wow. What an incredible job for a single person. Hats off on the different approaches you took. Excellent work! I loved the post and congrats on launching it on Steam!
payments? community? local user discovery? etc etc
He implied in a few interviews that he wants to turn it into a WeChat version of the west. Doesn't 200M+ daily active users opens up that door.
If you showed the “leadership” map you just generated to the peruvian people, at least 50% would turn on you…
I worked on this product for a year back in the day. The cool thing about MS ESP was that we used the FSX Engine for the "1000 foot experience". Everything looked great from far above, but not close by. The solution to this was that MS Train Simulator 2 made tons of improvements for the "1 foot experience". The idea was to include a "world editor" with world-wide geospatial data, too. https://youtu.be/GXzE1Yb54xU?t=406 The physics models of the planes and the trains were great, but obviously to be a generic simulator you needed to include physics engines for other types of objects like Cars. So we grabbed the physics engine of Forza and included it there. These things combined were honestly beautiful - and add to that the backwards compatibility with all the 3rd party FSX plugins/adds ons. Bummer that this is exactly when the iPhone came out and the cloud-based strategies were taking over "classic" enterprise software. Re-org and bye bye FSX/TrainSim2/ESP. I had left before this happened, but was really a bummer not to see the full potential of ESP :-(
Just quit. Life is too short and as you get older, money is supposed to work for you, not the other way around.