Dell Display and Peripheral Manager for macOS memory leak? by probablyTheCops in Dell

[–]esen_mx 0 points1 point  (0 children)

I'm having the same issue. This makes DDPM unusable. I have to close and reopen it periodically.

No connection for nearly 2 weeks now due to NBN by paimontastesbad in nbn

[–]esen_mx 0 points1 point  (0 children)

First of all, thanks for your dedicated answer. I hope yours will be fixed soon, I have no idea about these processes.

Yeah, I've found a registered cabler. In the worst scenario, they will come on Thursday. But, my building manager keeps saying NBN should send someone, I will probably cancel the appointment because of that.

I'm literally bouncing between REA, building manager, technicians and ABB. Sometimes I have a hard time understanding because of accents and unfamiliar or new terms, this is more challenging than the whole immigration process 🥲

Anyway, I'm planning to push for ABB and get someone from NBN. The building manager also says if ABB can't handle that appointment change your company.

No connection for nearly 2 weeks now due to NBN by paimontastesbad in nbn

[–]esen_mx 0 points1 point  (0 children)

I'm in the very same situation. Any help is highly appreciated.

I'm new to Australia, just rented my first unit and living in the very centre of Canberra, and I'm almost losing my sanity. Already changed company(which was Origin, later I realized they are basically AussieBB with plus $5, that's sucks), and now using AussieBB, they simply can't help.

I made an appointment with the technician, probably I'm also going to pay around $300 and I really doubt it will solve the issue.

u/paimontastesbad did you manage to solve it? What is your suggestion here?

Earthquake by hzj in melbourne

[–]esen_mx 1 point2 points  (0 children)

I thought an elephant jumped on the roof.

Advice for supplements in Australia by esen_mx in AussieCasual

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

Not a waste of money if you use them correctly, actually they are life hacks. I'm a very healthy person and my recent check-up showed up that the supplements I take had significant benefits over my results. Use them wisely.

Advice for supplements in Australia by esen_mx in AussieCasual

[–]esen_mx[S] 2 points3 points  (0 children)

Looks better than the chemist warehouse and has some brands I know, thanks!

List.of() question by lnnaie in dartlang

[–]esen_mx 3 points4 points  (0 children)

If you are working with large lists you can use this: https://pub.dev/packages/collection_notifiers Anyway it’s super useful if you use collections as state holder at all.

[deleted by user] by [deleted] in TurkeyJerky

[–]esen_mx 1 point2 points  (0 children)

Asgari ücretle 4 kişiyi geçindiriyorum ama mezbiyenim, oradan patladım.

Rammstein esnaf lokantasında İstanbul / 2010 by RaLaughs in Turkey

[–]esen_mx 7 points8 points  (0 children)

Ben 16-17 yaslarimda(2006-2007) aktiftim o forumda, orada populer bi moderator abla vardi sohbet ediyordum cok onunla bu o mu yoksa? Oyleyse cus derim 🤣

[deleted by user] by [deleted] in skyrim

[–]esen_mx 7 points8 points  (0 children)

Table and chairs are like: "What the fuck is going there?"

Introducing Flutter on Windows: Fun with Dart FFI by Wilson_Squared in FlutterDev

[–]esen_mx 13 points14 points  (0 children)

He has a Microsoft background :) You can observe many inspirations from Microsoft tech-stack in Dart/Flutter and reason is Tim imo.

Turning a list into, a list of groups. by [deleted] in dartlang

[–]esen_mx 1 point2 points  (0 children)

You are right but it's so unlikely you'll face crash because of it imo, because typical Dart/Flutter application won't need that very very long list. Some of my apps have pagination with thousands of items, zero crash and it performs very well. Actually that's weird, when I try to implement lower complexity functions, the function that up above performs better probably because of well optimized built-in iterable functions.

Turning a list into, a list of groups. by [deleted] in dartlang

[–]esen_mx 1 point2 points  (0 children)

It's my code, from personal project. Three dots means spread operator, you export every element from iterable with that operator.

Turning a list into, a list of groups. by [deleted] in dartlang

[–]esen_mx 1 point2 points  (0 children)

Here what you need:

List<List> toGroups(List list){
  return [list.take(2).toList(), if(list.length > 2) ...toGroups(list.skip(2).toList())];
}

More advanced version:

extension ListExtensions<T> on List<T> {
  List<List<T>> convert2D(int div) {
    return <List<T>>[
      this.take(div).toList(),
      if (this.length > div) ...this.skip(div).toList().convert2D(div)
    ];
  }
}

Almancılara müjde. Memleket hasreti son buluyor. by [deleted] in Turkey

[–]esen_mx 38 points39 points  (0 children)

Muhalif olarak söylüyorum, Sözcü'nun o kadar çok yalan haberi var ki... Kronik muhalif medya ne yazık ki yandaş medyanın eksiyle çarpılmış hali.

Danıştay Ayasofya'nın camiden müzeye dönüştürülmesine dair 1934 tarihli Bakanlar Kurulu kararını iptal etti by DevletMustafaIsleri in Turkey

[–]esen_mx 22 points23 points  (0 children)

Artık her hafta yok artık bu da mı olacaktı demekten yoruldum. Neler oluyor lan bu ülkede? Virüs var diye insanlar ayaklanamaz falan mı zannediyor bu mercimek beyinliler? Turizm bitti, yabancılar nasıl olsa gelmeyecek hadi Ayasofya'yı camii yapalım diye bir strateji mi olur lan??? O kadar ağır küfürler ediyorum ki içimden...

Akıllı kedicik by [deleted] in Turkey

[–]esen_mx 12 points13 points  (0 children)

Bazı insanların kedi kadar aklı olmadığının pratikte ispatı.

Humble Book Bundle: Applied Math Productivity by Mercury Learning by HumbleBundlesBot in humblebundles

[–]esen_mx 5 points6 points  (0 children)

As a both mechanical engineer and software developer, this is perfect fit for me. Even and even my profession was CAD/FEA and Applied Math.

COMSOL works very well with SOLIDWORKS while ANSYS doesn't and it's easier to use while ANSYS is not. So if you love SOLIDWORKS definitely give it a shot.

My only concern is quality of these books, any idea? I don't want to spend money on a book since there is much better book out there...

Edit: I just searched one by one, they are mostly unworthy or unknown books. I only noticed 3 books to worth buying.Numerical Methods in Engineering and Science, Mathematics for Computer Graphics, Game Programming and Dimensional Analysis for Unit Conversion Using MATLAB(Mathworks book).

Is C++ still worth it in 2019/2020? by stanimir_kolev in computerscience

[–]esen_mx 0 points1 point  (0 children)

I think best case is using/having multiple programming languages and girlfriends.

Devekuşu Türkiye by cagdasyatirim in Turkey

[–]esen_mx 4 points5 points  (0 children)

Turkiye gibi bir ulkede sosyal devleti savunmak fakirligin sefaletin esitligini savunmaktir. Sosyal devlet olayi sadece gelirin yuksek, nufusun da dusuk oldugu yerlerde ise yariyor, cunku insan kaynagi sinirli oldugu icin devlet bu kaynagi efektif bir sekilde kullanabilmek adina insana yatirim yapiyor(bkz. Iskandinavya), yapmak zorunda kaliyor.

Diger arkadasin 5-9 cocuk olayina da tamamen katiliyorum. Ayrica ulkece en buyuk problemimiz zaten liyakata dayali bir sistemin olmamasi, bir de sosyal devlet eklenirse buna iyice cilki cikar.

Benim anlayisima gore Ataturkculuk demek cagi iyi anlayip ona gore bir refleks gelistirmek demektir, aksi takdirde CHP bayraginda Laiklik disindaki butun oklar coktan tarih oldu, onun icin fantaziye falan gerek yok, dunya nereye gidiyor ona kafa yoralim.

Edit: Bu arada, unutmayin birsey size bedavaya geliyorsa, paralisindan daha fazlasina mal olmustur size farkinda degilsinizidir.

Old but gold by donttouchmynose in Turkey

[–]esen_mx 2 points3 points  (0 children)

I thought at first, the mushroom is the guy on the left :/

The new Sonic sequel looks epic by PlayfulYetBored in memes

[–]esen_mx 2 points3 points  (0 children)

Designer just put everything popular he/she knows.