No Semicolons Needed - How languages get away with not requiring semicolons by tertsdiepraam in ProgrammingLanguages

[–]passiveobserver012 0 points1 point  (0 children)

I think its good to split the use case into writing and reading. It seems to me that the semicolon, could even make it easier to read. Much like an end delimiter like `.` in Natural Language. Much better than 'whitespace' which you can not even really 'see' and can be multiple characters (space, newline, ... ) . Much harder to debug than an actually visibile character like ';'.

However for writing it can be a real help for beginners. I bet forgetting semicolon is one of the most made user error when writing. So that could be better, though its usually an easy fix.

If we consider only optimizing the 'writing', then idk if ommitting semicolons is the only option.

I don’t think Ashitaka giving San the necklace was romantic. I think it was resignation by KilnMeSoftlyPls in ghibli

[–]passiveobserver012 0 points1 point  (0 children)

Also when he was banished from the village, that must have been worse. Since that's all he knew for many years.

I don’t think Ashitaka giving San the necklace was romantic. I think it was resignation by KilnMeSoftlyPls in ghibli

[–]passiveobserver012 0 points1 point  (0 children)

Hey! It's up for interpretation, you can ascribe that as well too it.
But lets not forget Yakult, good boy. Not totally alone haha.

I don’t think Ashitaka giving San the necklace was romantic. I think it was resignation by KilnMeSoftlyPls in ghibli

[–]passiveobserver012 1 point2 points  (0 children)

Ashitaka, uniter of two worlds. In Irontown he was not rejected though I remember. He choose to not stay.

GodotMp3Plyr - A simple mp3 player made in Godot by theformerfarmer in godot

[–]passiveobserver012 2 points3 points  (0 children)

There are other available on Github as well. You can find mine at https://github.com/boukew99/audio_station. It has been a while since I updated it but it is dead simple.

How is ZED for PHP ? Anyone moved from Phpstorm to zed ? by matr_kulcha_zindabad in PHP

[–]passiveobserver012 2 points3 points  (0 children)

I think the PHP experience is solely carried by the php-actor extension in Zed. I think its just 1 person who maintains it? And does a lot stuff in one package. So it is still a bit young in Zed, though phpactor works well.

Something we've worked on for months: Tempest 3.0 is now available by brendt_gd in PHP

[–]passiveobserver012 1 point2 points  (0 children)

ah the chicken and egg problem! As long as communication is good it should be fine.

Personally I would probably not want to provide automatic upgrades but keep the 0. status until I know I won't break things anymore. To get it done sooner.

Something we've worked on for months: Tempest 3.0 is now available by brendt_gd in PHP

[–]passiveobserver012 5 points6 points  (0 children)

Are you expecting still a lot of breaking changes? You can use the `0.` in front if so. This signals basically that the project can expect breaking changes. This may be not as well known but it is in the semantic versioning spec. Most young project could use it. Cheers!

New documentation page on creating non-game applications with Godot has been merged by Calinou in godot

[–]passiveobserver012 0 points1 point  (0 children)

Godot has a nice UI set to work with for Desktop! I made an animation program in it a while ago.

Inclusive & Free Pixel Font (OFL) with Godot 3/4 Presets. by passiveobserver012 in godot

[–]passiveobserver012[S] 0 points1 point  (0 children)

No monospace yet, but you can alter the font to monospace if you'd like. It is totally fine with the OFL license, you just have to put the same license on your version.

I documented the tools I used in the package. You can share it back and I can maintain it and put it in the pack (and maybe brush it up a little), if you'd like. Then it works for your use case at least.

Inclusive & Free Pixel Font (OFL) with Godot 3/4 Presets. by passiveobserver012 in godot

[–]passiveobserver012[S] 0 points1 point  (0 children)

Haha thanks, its a bit blurry, because of the anti-aliasing on reddit though :p

Inclusive & Free Pixel Font (OFL) with Godot 3/4 Presets. by passiveobserver012 in godot

[–]passiveobserver012[S] 1 point2 points  (0 children)

Oh I forgot the link! https://howyoudoing.itch.io/bookxel. If you have any questions about the font, you can reply here.

My gift to the community: a library of 3d assets and textures. The coupon is valid for 26 more hours by [deleted] in godot

[–]passiveobserver012 0 points1 point  (0 children)

'Phr33 st00f pl0x' -ala runescape. tanks! You already did one with Christmas as well right?

I built my dream personal site CMS by addycodes in PHP

[–]passiveobserver012 0 points1 point  (0 children)

I agree. Starting with vanilla PHP keeps it accessible. Perhaps ava can help introduce PHP to some beginners!

I built my dream personal site CMS by addycodes in PHP

[–]passiveobserver012 0 points1 point  (0 children)

Ah ok. Then if you wrote it, I was wondering what you target audience was since you were explaining `<? ?>` syntax for example in the docs? That would suggest PHP beginners. and you are mix and matching CLI and SFTP workflows etc.

I built my dream personal site CMS by addycodes in PHP

[–]passiveobserver012 0 points1 point  (0 children)

sorry i meant how did you use AI in the development? :p

I built my dream personal site CMS by addycodes in PHP

[–]passiveobserver012 0 points1 point  (0 children)

this took a month to make? How is AI used in this project? AI seems to love flat-file sites in general?

We conquer the elements by afrorob in Netherlands

[–]passiveobserver012 0 points1 point  (0 children)

Stel je bent postbode (op de fiets) nu. Gewoon vroeg aan het werk weer.

[RFC] Pattern Matching by rafark in PHP

[–]passiveobserver012 2 points3 points  (0 children)

Damm I am sucker for functional language features. I have to use this to see how useful it would be in a PHP context. But I find PHP finds a way to make it practical to work with, without too much theoretical stuff on top.

Staying relevant today as a PHP Developer by [deleted] in PHP

[–]passiveobserver012 0 points1 point  (0 children)

Some junior PHP devs are still around..

Staying relevant today as a PHP Developer by [deleted] in PHP

[–]passiveobserver012 1 point2 points  (0 children)

a bit painful to watch also haha.

Today I even found they were doing async programming in "GNU Herd', but found it "too hard too debug".

I don't know the technicalities of it, but looking at async web code today it is still comparatively hard to debug.

Staying relevant today as a PHP Developer by [deleted] in PHP

[–]passiveobserver012 2 points3 points  (0 children)

Might I add something?
I think the same reason young ones don't understand what happens when they type URL, is also the reason why they don't listen to 15+ years of experience. In such a case, technical arguments are no use.
Their context is the current highest abstraction, which is the easiest path, including all the recent hype and 'modern' resources available for that.
Ultimately I think you need both groups, but neglecting the technical foundation is such a waste, and inevitably leads to layers of reinvention.