

I’m not really sure that being open source here means much of anything, but an SO alternative definitely sounds good. Thanks for the tip.
I’m not really sure that being open source here means much of anything, but an SO alternative definitely sounds good. Thanks for the tip.
I read it to mean that this method has confirmed “almost no real person has spoken to me”.
I don’t do budgeting, per-se. For personal expenses, the idea of pre-planning everything we’re going to spend just seems like overkill. Maybe that’s just cause we’re not close enough to the poverty line for real financial hardship. But I find a reactive approach works well, rather than proactive.
I keep an accounting ledger that I update every 1-2 weeks. The ledger is just a big Excel (actually LibreOffice Calc) file that I setup with some formulas and pie charts to make it easy to see when expenses are outpacing income, and what our biggest expenses are if we need to cut down for a while (spoilers: it’s utilities and food).
I’ve tried a handful of different free accounting applications in the past, but never found one I liked for the above purposes. I ended up starting a project to make my own, like a year ago, but I haven’t gotten around to finishing it. The spreadsheet approach has been working well enough. All the custom app would do is help automate the data entry.
Almost half of voters said they are likely to support a new political party proposed by Tesla CEO Elon Musk, according to fresh polling.
Horseshit. No way is Elon’s popularity that high, after he so effectively alienated himself from both US parties. I’m guessing the poll just asked about supporting A third party, not Elon’s third party.
Give it some time.
Roughly the same as for any type of software: make shit.
If you’ve already got experience with general programming, that helps a lot, you can probably just go straight into a super simple game. My go-to recommendation for programming in general is “make simple something that already exists”. That gives you goals that are very clear, and reasonably achievable, so you can start getting some of that satisfaction feedback quickly. For a game, I’d say do something like Tic-Tac-Toe, Battleship, Solitaire… something that isn’t gonna require a whole lot of art, just to get going, and isn’t gonna take weeks to get a working prototype.
Godot definitely sounds like a good bet to get going. Even if you end up moving to another engine for projects in the future, that doesn’t invalidate your time spent on this one.
I thought Democrats embraced socialism.
Democrats, the party and politicians, no. Not even close. As much as Fox News would love you to believe that.
Democrats, the voters, much more so. The majority of people in the US are like you. When presented with actual socialist policies, they’re on board. But most people are also not engaged enough in politics to recognize that the Democratic party doesn’t actually believe in socialist policies, they just vote for “the left”. Or, they do recognize it, but feel that they have no better options.
Why not? If they can cut costs by reducing specs that don’t matter to their target audience, that just seems like sound engineering.
Parallel Processing Unit: PPU
Me. I came here to get AWAY from reddit, why the hell would I use it anymore?
No question, this is what the moneymen want. They see programmers (all human employees, really) as a liability.
Then the second part of my statement applies.
Not to short-circuit the joke, but in this case, it’s because the valid JavaScript version is…
let a
…and one of TypeScript’s main design goals is to be a superset of JavaScript, that only adds syntax, and doesn’t re-write it.
Beyond that, it’s probably a case of some new language just using what the designer is familiar with.
Not one single mention for Gone in Sixty Seconds?
Lemmings… do I have bad taste?
That’s a perfectly valid approach, yes. We do exactly this, at work. It’s pretty common, if not ubiquitous, to have your database schema consist of not only structure, but data as well. We call it static data, and it’s all defined in deployable scripts, just like our tables and views are. If ISO makes changes to the dataset, then it’s just a table update to match it. And ISO is nice about keeping backwards compatibility inb their standards.
Since this is not strictly your own data, you could also go with just storing the code value on your tables, and letting the UI layer do the lookup, either with built-in features of your language/framework, or with a static csv file, like you mention. You may not want to do this for static data that is entirely your own, like, say, a status or type enum, since it makes your database schema less-self-descriptive, and more prone to becoming invalid.
You could also set the country code up as a not-strictly-enforced foreign key, where your app will lookup additional info (E.G. the proper name) for a country code, if it’s a standard one, but just skip that if it’s not a standard one.
It’s up to you what you think is most appropriate.
Add a submission fee that gets refunded as part of the bounty payout, or if the reviewer otherwise judges the submission as obviously legitimate.
Donate all fee proceeds to charity, if you want to counter the any incentive to deny submissions for financial gain.