Hacker Newsnew | past | comments | ask | show | jobs | submit | zelphirkalt's commentslogin

It is not aout throwing the right to implement things away. As long as it is done according to the license of the works modified or copied, one can do that. What this is against is, that people wash away a license, that is meant to keep things open, transparent and free. It enables businesses to go back to completely proprietary systems, which will impact your rights.

I am for keeping the licenses in place, as long as there is any copyright at all on software. If we get rid of that, then we can get rid of copyleft licenses and all others too. But of course businesses and greedy people want to have their cake and eat it too. They want copyleft to disappear, but _their_ software, oh no, no one may copy that! Double standards at their best.


You're asking for exactly the same cake. You want for the GPL to pass through this process, but not the proprietary licenses that the original GNU tools were washing away.

(the paradox of copyleft is that it does tend to push free software advocates in a direction of copyright maximalism)


Argument 1 ("Syntax Only an AI Could Love") sounds dubious. I am probably not alone in being paranoid enough, to always put those parentheses, even if I am 90% sure, that there is operator precedence. In lispy languages the ambiguity never even arises, and I put many parentheses, and I like it that way, because it enables great structural editing of code. No implicit type coercion has also been part of normal for-human programming languages (see SMLNJ for example).

> There's also less support in Mog for generics, and there's absolutely no support for metaprogramming, macros, or syntactic abstraction.

OK that does immediately make it boring, I give them that much.


Or, when you have a Django project and started out on SQLite, but then begrudgingly introduce M-to-N relationships, but then suddenly notice, that many things you might want to do or implement with those M-to-N relationships are not supported by SQLite. Then you suddenly wish you had started with Postgres right away.

There are definitely some caveats / tradeoffs with SQLite, but I can't think of any that are specifically related to many to many relationships. Which features did you find missing? Lateral joins maybe?

I only remember from my last Django project, that I started out thinking: "OK, I will do things properly, no many-to-many relationships..." then at some point saw the need for them, or manually creating the intermediate relation and at that point using the Django way was what I was supposed to do. But then I got errors for some things I wanted about not being supported by SQLite.

The project is here: https://codeberg.org/ZelphirKaltstahl/web-app-vocabulary-tra... But I left it unfinished and a quick grep does not yield comments or something that explains why at some place I do something to circumvent the SQLite problems. I remember though, that I basically swore to myself, that I would not ever use SQLite in production with Django ORM. And if I am not using it in production, then testing also better should not be using it, because one should test with the same RDBMS as runs in production, or risk unexpected issues suddenly only happening in production. So SQLite is out for anything serious in Django projects for me.


Can you tell more about your background? Making a sim like this also crossed my mind many times, but I learned in the past, that without much of any art skills, I would have to use resources of others or hire someone to make the graphics and so on. In the times of me playing around with RPG maker it was the missing story that was the problem. So it seems often that one core aspect is missing, when wanting to make a game. How did you learn to fill that gap, learn how to get that skilled with making the graphics?

My career background is software, but I've been a creative person my whole life.

Ive hired out help for the pixel art, and then I enhance everything with shaders (tech art).

If you're gonna make a game as an indie, you need to figure out ways to fill in your skill gaps. The competition is brutal. If you can't do it/dont have time to learn and do it, then the only other option is to hire out.

or

A lot of studios are formed from people (cofounders) who depart larger studios, so if you really want to get into the industry, you could start there and network.


Tricky! I often also guess wrong. But I noticed it has some bug. Sometimes I can click either option "AI Generated" or "Real" and nothing happens. Even if I click 10 times, still nothing happens. The buttons must have some broken event handling or something.

EDIT: Hm, I switched tab, away to write this comment, now that I switched back, it showed me that I clicked correctly. So it seems, that sometimes it just has huge delay in accepting my choice?


The project got some traction, over 5k requests since I posted this. Probably the DB state needs to be optimized a bit. Thank you for reporting! I really appreciate it

Edit: I don't see slow traces in Sentry. No idea what caused this. Also, voting goes through redis and the dB load is low. Weird. I probably have to add gunicorn workers.

Edit2: Bumped gunicorn workers from 2 to 4. Should be fine now, under the current load. Again, thank you for reporting!


Seems like many people here in Germany also don't want anything to do with the US any longer as well. I myself wouldn't go to the US, even before Trump, and recently also heard from someone else, who wants to travel around the world, that they will not be visiting the US, due to what is going on over there. Just 2 anecdotes, N=2 of course, but I can imagine many people sharing the worries or concerns about visiting the US.

edit: The truth hurts apparently.


Statistics Canada has over the last year shown that tourism to US from Canada is down by a lot and it's not getting better. Hell, as an anecdote, I keep seing ads on TV like: Come to Disneyland! We got rebates for canadians!

Edit, didn't realise it was this bad:

https://www150.statcan.gc.ca/n1/daily-quotidien/260223/dq260...


Las Vegas hotels are currently offering to take Canadian dollars at par.

I go to Disneyland nearly every weekend and the increase in foreigners is insane. Clearly a lot of people visiting that would have been going to Florida decided on California instead.

As a Floridian who owns a unit in a condotel [1]. The property management company is outright saying that tourism is down affecting income. All of the other owners who were dumb enough to buy them as “investments” are complaining.

We don’t care because we are the only people who live there mostly year round and only leave during spring break and the summer when domestic tourism is high.


> Edit, didn't realise it was this bad:

It's probably not bottomed out yet, some of those trips were booked months in advance and not cancellable without taking a financial hit.


Fallen far, or maybe we are just more aware now, but anyway, I don't think that a lecture in ethics at university will fix things. That's:

(A) way too late, and

(B) without a strong character to begin with, this lecture will simply become a "necessary chore" for students, and basically go in one ear, and out the other ear. (Does that saying/phrase translate to English?)

By the time people start their undergrad, if they are not already at least trying to act ethically, that ship has sailed for most. Their upbringing and education did not manage to drill that into them before. I see it as more of an early childhood and parenting topic. If the parents are not leading by example and teaching their children ethics, then the children are often just going with the flow, not swimming against the current to uphold ideals. Why would they, if the other way is easier. I think it is rare, that people adopt ethics that they have not grown up with / raised according to.

So I would advocate ethics as a mandatory subject at school, if not primary school already.


It would not have hurt to make a version of wikipedia, that will work without JS for the most part, including all that is important. However, that requires a mindset for supporting static pages, which is mostly what W should consist of, and would require a skill set, that is not so common among web developers these days. Such a static version would be much easier to test as well, since all the testing framework would need to do is simple requests, instead of awaiting client-side JS execution resulting in mutation of content on the page.

But only one person needs to authenticate to edit. The code will still run for everyone loading it.

The biggest damage is the souring of relations with other countries, who now no longer see the US as a reliable business partner. They have nudged countries in the EU to rather look to China. The longer Trump is in office, the bigger the damage gets. The long term course might already be set away from the US and towards China. The loss for the US cannot even be estimated yet.

Also the US is working hard on losing their military dominance. Engaging in unnecessary wars, offending its allies left and right, who are now starting to invest more into their own military, since they have learned, that they cannot rely on the US any longer, while China plays the catch-up game and is getting closer to US military capability every year.

Reputational damage is enormous of course and the US hands China easy PR wins after wins.

This seems to be the current trend. Projecting this into the future, it seems likely, that in 10, 20, 30 years from now, the most powerful global player might be China, instead of the US. Obviously, in decades a lot can happen. Future US administrations however have got a lot of repair work cut out for them. How can they convince international partners, that this does not repeat in the future, the next time a crazy administration is elected? Can they at all? Or can they fix the political landscape in their own country in that timespan? It kinda looks like their are stuck.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: