There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

programmer_humor

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

const_void , in Microsoft Edge could use a win

What does “built for Windows 10” even mean? It’s just a browser. It’s even cross platform.

Synthead ,

“Designed for Windows Me Millennium Edition”

Anticorp ,

Almost everything that runs on Windows was built for Windows. So it’s a true statement, but pointless. That’s like BF Goodrich advertising their tires as “built for cars”.

Hupf ,
Anticorp ,

😂

AVincentInSpace ,
Zyansheep ,

Maybe they meant it integrates well with other windows 10 apps?

const_void ,

Integrates how?

itwasawednesday ,
@itwasawednesday@lemmy.world avatar

You’re right, clicked it away so many times over the years and never stopped to think what a silly statement that was. I feel like it was for a time when 10 was a new shiny ‘mysterious’ thing, that it might convince people into thinking it needed something special, but has just aged like milk.

jaybone ,

NO WONDER I CANT GET IT TO RUN ON SOLARIS!!

ILikeBoobies ,

It’s integrated into the OS

const_void ,

In what way is it “integrated”? Please, I’d love to know.

DosDude ,
@DosDude@retrolemmy.com avatar

Microsoft Edge is integrated with File Explorer in Windows 10 through a feature called “Pick up where you left off”. This feature allows users to resume their browsing session from Microsoft Edge directly within File Explorer.

ILikeBoobies ,

Their other apps use it or part of it in the background.

Kind of like old Windows apps always used Explorer when they needed a browser

I wouldn’t be surprised if the start menu was using Edge for their search/ads

kamenLady ,

You’re telling me, that Windows now shows ads in the start menu?

Sorry, it’s probably a stupid question, but i haven’t used windows since XP.

ILikeBoobies ,

Most are in your system notifications but you’ll have “suggested apps” in the start menu for easy one-click installs

When you try to log out you’ll see ads for OneDrive and Office 365 apparently

There’s this

…microsoft.com/…/acee8751-31e3-4abd-8caa-28ae7ba4…

kamenLady ,

Wow - that’s really something.

It could almost be compared to Google’s feed, included in the pixel launcher…

For some time now, every 5th or 6th card is an ad … And over time they slowly look just like the normal news cards.

Yeah, nowadays we’re getting ads forced upon us - one way or the other ads have to be seen, preferably clicked on, by us.

MJBrune ,

That’s not really ads though.

PixxlMan ,

That unlike teams, which they didn’t bother to build for windows and instead used a webapp, they actually bothered to use their own ui tools on their own operating system for a change? (But I guess they only did that so that teams could be a webapp, based on edge…)

reverendsteveii , in JavaScript's days are numbered

I’ve got a bunch of freeze dried food from my backpacking days. Who wants to jump in on a business selling Y275.76K Survival Kits?

IdiosyncraticIdiot , in Okay, which one of you Java devs did this

Python is a virus

vsh ,
@vsh@lemm.ee avatar

Least racist end-user

BeigeAgenda ,
@BeigeAgenda@lemmy.ca avatar

I’ll bite, which programming language should people use instead of Python?

DacoTaco ,
@DacoTaco@lemmy.world avatar

Python is considered a programming language? I still classify it as scripting lol

That said, i’d personally use good old c/c++ or even c#/.net over python lol

BeigeAgenda ,
@BeigeAgenda@lemmy.ca avatar

Yes Python is definitely a programming language, I write in C/C++/C#/Python/Bash each language has its areas where they are best.

I prefer Python for DevOps related code and writing smaller programs/tools. You just get so much handed to you with Python’s toolbox, it just makes things easier, you can use it as a scripting language or write a modular object oriented program.

I use C/C++ when performance matters and I want things to be Done right TM, and make sure to use all the help the compilers and static code checkers can give.

Zebroszczak ,

Python is just scripting language over C. Change my mind

BeigeAgenda ,
@BeigeAgenda@lemmy.ca avatar

cpython yes, but not ironpython or jython :-)

AVincentInSpace ,

Literally fucking what? Python is object oriented and garbage collected, and people write production web backends in it.

Xabis ,

C# “compiles” to intermediary bytecode, then ran in a vm. Same as Java. I’d say that’s no better than a “scripting” language with a JIT.

DacoTaco , (edited )
@DacoTaco@lemmy.world avatar

I wouldnt say a vm (as there is no emulated hardware layer around the running code ) , but sure you made a valid point actually!

30p87 ,

Python is a scripting language, but it’s generally called a programming language, because there are no key differences in their features or workings. Just as C# and Java, Python is first compiled to .pyc files and then executed with a special program, eg. Mono for C#, OpenJRE for the second and just python for the latter, except for Python it’s more hidden. C# supports Classes, Python does, but C does not (officially) … so wouldn’t C be less of a programming language then?
In the end, scripting languages are just defined as one by being easier and faster to run by all/most implementations as the “gcc main.c” and “./a.out” method of “real” programming languages, by just using “python main.py” or “node main.js” for your program. Therefore, they can be changed on the fly and added to another script.
What IS generally called a scripting language is eg. Bash, as it’s not compiled, supports few features and is not that cross compatible (except maybe with eg. WSL).

I’m a huge C/C++ fan, but some tasks just aren’t suitable for them. Parsing HTML/XML in C++? It’s possible, but a pain in the ass. I know it, I did it. Having parsed plans, tables and xml responses in C++, I can tell you Python is more suited for this job. The extra few milliseconds you save aren’t worth the hassle of verbose exception handling, non standard libraries which need different systems to stay up to date (some don’t support your make system of choice) and harder integrated extension support (you can’t just throw in a .py script for support of other providers, but need to explicitly integrate eg. lua support), especially if the bottleneck is not your code, with ~10 ms runtime, but some random ass server with ~100 ms ping.

xmunk ,

Bash is a programming language… honestly it’s like rectangles and squares - all scripting languages are programming languages but not all programming languages are flexible enough to be commonly considered scripting languages.

xmunk ,

Well, obviously, we should all exclusively program in Haskell.

BeigeAgenda ,
@BeigeAgenda@lemmy.ca avatar

I would say Erlang but hey if you are in a Haskell mood then by all means.

marcos ,

Except for the parts where you need something like Rust, that would be an improvement.

nogrub ,

reject high level programming and reurn to assembly

tilcica , in Okay, which one of you Java devs did this

as a python programmer…^yes

AVincentInSpace ,

There’s a big difference between IntelliJ and PyCharm.

IntelliJ is a Java IDE written in Java by people who are used to how Java works.

PyCharm is a Python IDE written in Java by people who are used to how Java works.

One of them is good.

andrew , in What's your most obscure binding?
@andrew@lemmy.stuart.fun avatar

I’ve mapped jk to escape because it’s rare and it’s separate fingers in home row, so it’s faster than e.g. jj.

milicent_bystandr ,

I mapped kj instead. Can’t remember why, but I like it that way.

o11c ,

Unfortunately both of those are used in common English or computer words. The only letter pairs not used are: bq, bx, cf, cj, dx, fq, fx, fz, hx, jb, jc, jf, jg, jq, jv, jx, jz, kq, kz, mx, px, qc, qd, qg, qh, qj, qk, ql, qm, qn, qp, qq, qr, qt, qv, qx, qy, qz, sx, tx, vb, vc, vf, vj, vm, vq, vw, vx, wq, wx, xj, zx.

Personally I have mappings based on <CR>, and press it twice to get a real newline.

milicent_bystandr ,

I guess I just don’t write “blackjack and hookers” often enough. Sigh, I’ll never make a good Redditor.

Funny, I’ve never actually had “kj” interrupt me in vim. Maybe once. It’s a funny way of realising I’ve never written certain words in vim!

XTornado , in JavaScript's days are numbered

Too far away for my comfort.

lugal , in JavaScript's days are numbered

We survived the 2000 crash, we will survive this

mckean ,
@mckean@programming.dev avatar

We definitely will not…

Aux ,

Speak for yourself, mere mortal!

Turun , in JavaScript's days are numbered

That’s because this is the maximum integer that can be stored in a double precision floating point number without loss of precision, lol

interolivary ,
@interolivary@beehaw.org avatar

That’s one thing that really bugs me about Javascript (weirdly enough I’m okay with eg prototypal inheritance and how this works, or at least worked before the bolted on classes that were added because apparently I’m like one of the dozen or so people who had no problems with those concepts). The fact that all numbers are floats can lead to a lot of fun and exciting bugs that people might not even realize are there until they suddenly get a weird decimal where they expected an integer

darcy , in JavaScript's days are numbered
@darcy@sh.itjust.works avatar

there goes my plans to build a time machine in javascript

FiniteLooper , in JavaScript's days are numbered

No programming language should last 200,000 years

normanwall ,

deleted_by_author

  • Loading...
  • wreckedcarzz ,
    @wreckedcarzz@lemmy.world avatar

    Replaced. Hotel? Trivago.

    DudeDudenson ,

    JavaScript shouldn’t have lasted as long as it has and it’s still used widely

    30p87 ,

    C

    viking , in JavaScript's days are numbered
    @viking@infosec.pub avatar

    What people fail to see is that this is the largest date the API can store, not a magical cutoff date in the distant future.

    You could create a date today and send it to the API, and it could potentially crash it, or create a buffer overrun.

    Redkey ,

    The definition of the Date object explicitly states that any attempt to set the internal timestamp to a value outside of the maximum range must result in it being set to “NaN”. If there’s an implementation out there that doesn’t do that, then the issue is with that implementation, not the standard.

    shiveyarbles , in JavaScript's days are numbered

    Cockroaches will go extinct before JavaScript is dead

    nailbar ,

    The last cockroach writes an AI in JavaScript to carry on the legacy

    cupcakezealot , in JavaScript's days are numbered
    @cupcakezealot@lemmy.blahaj.zone avatar

    slides £20 across the table make it end tomorrow

    ARk ,

    reserve me tickets for the inevitable shit show that follows 🍿

    Gentoo1337 , in JavaScript's days are numbered
    @Gentoo1337@sh.itjust.works avatar

    Javascript 2 release date

    pm_me_your_quackers , in JavaScript's days are numbered
  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines